44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "doric",
|
|
"version": "0.2.4",
|
|
"description": "The JS Framework of Doric",
|
|
"main": "bundle/doric-vm.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc -p tsconfig.es5.json && mv -f lib-es5/src/ui/view.es5.js lib-es5/src/ui/view.js && tsc -d -p . && rollup -c && dts-bundle --configJson dts-bundle.json",
|
|
"dev": "tsc -w -p . & rollup -c -w",
|
|
"clean": "rm -rf lib && rm -rf lib-es5 && rm -rf bundle",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"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",
|
|
"core-js": "^3.6.4",
|
|
"dts-bundle": "^0.7.3",
|
|
"proxy-polyfill": "^0.3.0",
|
|
"reflect-metadata": "^0.1.13",
|
|
"rollup": "^1.29.0",
|
|
"tslib": "^1.10.0",
|
|
"typescript": "^3.7.4",
|
|
"ws": "^7.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^7.0.0",
|
|
"@rollup/plugin-buble": "^0.21.0",
|
|
"@rollup/plugin-commonjs": "^11.0.1"
|
|
}
|
|
}
|