You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
637 B
28 lines
637 B
{
|
|
"name": "rollup-demo1",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"node": "node ./dist/dist2.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+http://git.poorman.top/topuser/rollup-demo"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/plugin-external-helpers": "^7.7.4",
|
|
"rollup": "^1.27.3",
|
|
"rollup-plugin-babel": "^4.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/preset-env": "^7.7.7",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-replace": "^2.2.0"
|
|
}
|
|
}
|