rename dir

This commit is contained in:
pengfei.zhou
2019-12-21 22:07:15 +08:00
parent c76274b762
commit 5fcba0a28b
34 changed files with 0 additions and 0 deletions

21
doric-demo/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "demo",
"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:../doric-js",
"reflect-metadata": "^0.1.13",
"rollup": "^1.27.13",
"rollup-plugin-commonjs": "^10.1.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"tslib": "^1.10.0",
"typescript": "^3.7.3"
}
}