{
  "name": "open-web-excel",
  "version": "0.5.0",
  "description": "✍️ An Excel Used on the Browser Side.",
  "main": "dist/open-web-excel.min.js",
  "scripts": {
    "start": "npm install && npm run build",
    "build": "nodejs --config nodejs.config.js init && nodejs --config nodejs.config.js bundle && nodejs --config nodejs.config.js babel && nodejs --config nodejs.config.js uglifyjs && nodejs --config nodejs.config.js end",
    "server": "nodejs -s"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hai2007/Open-Web-Excel.git"
  },
  "keywords": [
    "web",
    "excel"
  ],
  "author": "你好2007",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hai2007/Open-Web-Excel/issues"
  },
  "homepage": "https://github.com/hai2007/Open-Web-Excel#readme",
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@hai2007/nodejs": "^3.0.1",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "rollup": "^1.17.0",
    "uglify-js": "^3.5.6",
    "xlsx": "^0.18.5"
  },
  "dependencies": {
    "@hai2007/browser": "^0.3.5",
    "@hai2007/tool": "^1.2.0"
  }
}
