This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/js-framework/package.json
2019-07-18 11:34:43 +08:00

28 lines
775 B
JSON

{
"name": "hego-js-framework",
"version": "0.1.0",
"description": "The JS Framework of Hego",
"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 "
},
"repository": {
"type": "https",
"url": "https://github.com/penfeizhou/hego.git"
},
"author": "pengfeizhou",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/penfeizhou/hego/issues"
},
"homepage": "https://github.com/penfeizhou/hego#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"
}
}