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.
19 lines
345 B
19 lines
345 B
{
|
|
"name": "rollup-demo1",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "rollup -c"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+http://git.poorman.top/topuser/rollup-demo"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"rollup": "^1.27.3"
|
|
}
|
|
}
|