-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 969 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": "@sydinh/sydinh-node-package",
"version": "1.0.5",
"description": "",
"main": "lib/main.js",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"babel-loader": "^8.0.6",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"build": "npm run clean && webpack --config ./webpack.config.js --mode=production",
"prepare": "npm run build",
"clean": "rm -rf lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sydinh/sydinh-node-package.git"
},
"keywords": [],
"author": "“Sy Dinh <dinhhiepsy@gmail.com”> (https://sydinh.js.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sydinh/sydinh-node-package/issues"
},
"homepage": "https://github.com/sydinh/sydinh-node-package#readme"
}