ych-pumpkin
Version:
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "ych-pumpkin",
"version": "1.0.11",
"description": "pumpkin的npm包",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf ./dist",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean && rollup -c"
},
"author": "pumpkin",
"license": "ISC",
"keywords": [
"pumpkin"
],
"repository": {
"type": "git",
"url": "https://github.com/nanguaye/npm-pumpkin.git"
},
"files": [
"src",
"dist"
],
"dependencies": {
"@babel/runtime": "^7.2.0"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"cross-env": "^5.2.0",
"less": "^3.9.0",
"rimraf": "^2.6.2",
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-postcss": "^1.6.3",
"rollup-plugin-uglify": "^6.0.0"
}
}