-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1014 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "sutton",
"description": "![image](https://user-images.githubusercontent.com/44274876/118234244-b31bd700-b458-11eb-9727-4d4bd56e2c71.png)",
"version": "1.0.0",
"main": "script.js",
"dependencies": {
"axios": "^0.26.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"nodemon": "^2.0.15",
"qs": "^6.10.3"
},
"scripts": {
"prebuild": "echo \"netlify.toml used for serverless function path & pub\"",
"build": "echo \"setting env to prod \" & cross-env NODE_ENV=production &",
"postbuild": "echo \"build complete\"",
"netlify": "./node_modules/.bin/netlify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trevor4n/Sutton.git"
},
"author": "trevor4n",
"license": "proprietary",
"bugs": {
"url": "https://github.com/trevor4n/Sutton/issues"
},
"homepage": "https://github.com/trevor4n/Sutton#readme",
"devDependencies": {
"netlify-cli": "^10.1.0"
}
}