24 lines
599 B
JSON
24 lines
599 B
JSON
{
|
|
"name": "vue-print-nb-jeecg",
|
|
"version": "1.0.12",
|
|
"description": "",
|
|
"main": "index.es5.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"compile": "babel -d lib/ src/",
|
|
"index": "babel index.js --out-file index.es5.js",
|
|
"prepublish": "npm run compile & npm run index",
|
|
"publish": "npm publish"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-stage-2": "^6.24.1"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-transform-runtime": "^6.23.0"
|
|
}
|
|
}
|