-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 992 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "seoul-population-by-time-front",
"version": "1.0.0",
"description": "서울생활인구 시각화 ",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rollup src/main.js --file bundle.js --format iife --watch",
"dev:compare": "rollup src/compare/main.js --file compare-years/bundle.js --format iife --watch",
"build:compare": "rollup --config rollup.compare.config.js; ",
"build": "rollup --config rollup.config.js; npm run build:compare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanbyul-here/seoul-population-by-time.git"
},
"author": "Hanbyul Jo",
"license": "MIT",
"bugs": {
"url": "https://github.com/hanbyul-here/seoul-population-by-time/issues"
},
"homepage": "https://github.com/hanbyul-here/seoul-population-by-time#readme",
"devDependencies": {
"install": "^0.13.0",
"rollup": "^1.32.0",
"rollup-plugin-terser": "^5.3.0"
}
}