-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 895 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
{
"name": "0vermalaysiaspring",
"version": "1.0.0",
"description": "Malaysia spring",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "harp src dist && babel dist/js -d dist/js",
"docker-build": "docker run -it --rm -v $PWD:/0verMalaysiaSpring -w /0verMalaysiaSpring node:14.16.0 sh -c 'npm install && npm run build' ",
"serve": "harp src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0verseas/0verMalaysiaSpring.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/0verseas/0verMalaysiaSpring/issues"
},
"homepage": "https://github.com/0verseas/0verMalaysiaSpring#readme",
"dependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"harp": "^0.41.2"
},
"devDependencies": {}
}