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.
20 lines
466 B
20 lines
466 B
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"promise-polyfill": "6.0.2",
|
|
"tslib": "1.7.1",
|
|
"whatwg-fetch": "2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"rollup": "0.49.2",
|
|
"rollup-plugin-buble": "0.15.0",
|
|
"rollup-plugin-node-resolve": "3.0.0",
|
|
"rollup-plugin-uglify": "2.0.1",
|
|
"typescript": "3.0.1"
|
|
},
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"bundle-js": "rollup -c rollup.config.js",
|
|
"build": "npm run compile && npm run bundle-js"
|
|
}
|
|
}
|
|
|