-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 938 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
34
35
{
"name": "0ver-da-ping-tai",
"version": "1.0.0",
"description": "",
"main": "index.js",
"babel": {
"presets": [
"@babel/preset-env"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "harp src dist && babel dist/js -d dist/js && babel dist/*/js -d dist/*/js",
"docker-build": "docker run -it --rm -v $PWD:/0verDaPingTai -w /0verDaPingTai node:14.16.0 sh -c 'npm install && npm run build' ",
"serve": "harp src"
},
"repository": {
"type": "git",
"url": "https://github.com/0verseas/0verDaPingTai.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/0verseas/0verDaPingTai/issues"
},
"homepage": "https://github.com/0verseas/0verDaPingTai",
"dependencies": {
"harp": "^0.41.2"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11"
}
}