31 lines
808 B
JSON
31 lines
808 B
JSON
{
|
|
"name": "doric",
|
|
"version": "0.1.0",
|
|
"description": "The JS Framework of Doric",
|
|
"main": "build/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"
|
|
},
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/doric-pub/doric"
|
|
},
|
|
"author": "pengfeizhou",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/doric-pub/doric/issues"
|
|
},
|
|
"homepage": "https://github.com/doric-pub/doric#readme",
|
|
"dependencies": {
|
|
"reflect-metadata": "^0.1.13",
|
|
"rollup": "^1.17.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-watch": "^4.3.1",
|
|
"tslib": "^1.10.0",
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|