{
"name": "doric-web",
"version": "0.4.2",
"description": "Doric library for Web",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .&& rollup -c",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doric-pub/doric.git"
"author": "pengfeizhou",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/doric-pub/doric/issues"
"homepage": "https://github.com/doric-pub/doric#readme",
"dependencies": {
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"axios": "^0.19.2",
"doric": "file:../doric-js",
"rollup": "^2.18.2",
"typescript": "^3.9.6"
"publishConfig": {
"registry": "https://registry.npmjs.org"
}