{
  "name": "doric-web",
  "version": "0.6.13",
  "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": {
    "axios": ">=0.21.1",
    "smoothscroll-polyfill": "^0.4.4"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "peerDependencies": {
    "doric": ">=0.9.0"
  },
  "devDependencies": {
    "typescript": "^4.2.2",
    "rollup": "^2.24.0",
    "doric": "file:../doric-js",
    "@types/smoothscroll-polyfill": "^0.3.1",
    "@rollup/plugin-commonjs": "^14.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^8.4.0"
  }
}