19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "uni2work",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"watch": "watch babel static/es",
|
|
"babel": "babel static/es -d static/js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.5",
|
|
"watch": "^1.0.2",
|
|
"@babel/preset-env": "^7.4.5"
|
|
}
|
|
}
|