-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 894 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": "0veryoungassociate",
"version": "1.0.0",
"description": "Young Associate",
"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:/0verYoungAssociate -w /0verYoungAssociate node:14.16.0 sh -c 'npm install && npm run build' ",
"serve": "harp src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0verseas/0verYoungAssociate.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/0verseas/0verYoungAssociate/issues"
},
"homepage": "https://github.com/0verseas/0verYoungAssociate#readme",
"dependencies": {
"@babel/cli": "^7.20.0",
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"harp": "^0.46.1"
},
"devDependencies": {}
}