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/package.json
2019-12-14 15:39:59 +08:00

32 lines
830 B
JSON

{
"name": "doric",
"version": "0.1.3",
"description": "The JS Framework of Doric",
"main": "bundle/doric-vm.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": {
"@types/ws": "^6.0.4",
"reflect-metadata": "^0.1.13",
"rollup": "^1.27.12",
"rollup-plugin-node-resolve": "^5.2.0",
"tslib": "^1.10.0",
"typescript": "^3.7.3",
"ws": "^7.2.0"
}
}