30 lines
842 B
JSON
30 lines
842 B
JSON
{
|
|
"name": "doric-js-framework",
|
|
"version": "0.1.0",
|
|
"description": "The JS Framework of Doric",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "tsc -p .&& rollup -c && node ./bundle/bundle.js",
|
|
"build": "tsc -p . && rollup -c ",
|
|
"clean": "rm -rf build && rm -rf demo && rm -rf bundle"
|
|
},
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/penfeizhou/doric.git"
|
|
},
|
|
"author": "pengfeizhou",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/penfeizhou/doric/issues"
|
|
},
|
|
"homepage": "https://github.com/penfeizhou/doric#readme",
|
|
"dependencies": {
|
|
"reflect-metadata": "^0.1.13",
|
|
"rollup": "^1.17.0",
|
|
"rollup-plugin-commonjs": "^10.0.1",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"tslib": "^1.10.0"
|
|
}
|
|
}
|