1
0
mirror of synced 2025-11-08 12:57:47 +00:00
Files
typescript-starter/examples/browser/package.json
2017-02-12 16:17:51 -05:00

18 lines
431 B
JSON

{
"name": "es7-typescript-starter-example-browser",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "http-server ./build/ -o",
"build": "rollup -c && cpy src/index.html build/"
},
"devDependencies": {
"cpy-cli": "^1.0.1",
"http-server": "^0.9.0",
"rollup": "^0.41.4",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-typescript": "^0.8.1",
"typescript": "^2.2.0"
}
}