add doric-cli init content

This commit is contained in:
pengfei.zhou
2019-08-13 14:31:12 +08:00
parent a3a6d4111f
commit 76fe0f9044
9 changed files with 190 additions and 35 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "__$__",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .&& rollup -c",
"dev": "tsc -w -p . & rollup -c -w",
"clean": "rm -rf build && rm -rf bundle"
},
"license": "Apache-2.0",
"dependencies": {
"doric": "file:../js-framework",
"reflect-metadata": "^0.1.13",
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-watch": "^4.3.1",
"tslib": "^1.10.0",
"typescript": "^3.5.3"
}
}