{
  "name": "mybricks-material",
  "version": "0.2.45",
  "description": "mybricks 物料中心",
  "main": "dist/export.js",
  "module": "dist/export.js",
  "types": "dist/export.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start:prod": "NODE_ENV=production node nodejs/index.ts",
    "start:watch": "NODE_ENV=development nodemon --ext js,ts --exec 'node nodejs/index.ts'",
    "build:page": "cd pages && npm i --legacy-peer-deps --registry=https://registry.npmjs.org/ && npm run build",
    "publishToNpm:serviceUpdate": "npm run build:page && npm publish && node sync.js --origin=https://my.mybricks.world",
    "publishToNpm:offline": "npm i && cd pages && npm run build && cd ../ && node sync_offline.js",
    "publishToNpm": "npm run build:page && npm publish && node sync.js --origin=https://my.mybricks.world --noServiceUpdate",
    "publishToNpm:beta": "npm run build:page && npm publish --tag=beta && node sync.js --origin=https://my.mybricks.world --noServiceUpdate"
  },
  "keywords": [
    "mybricks",
    "material"
  ],
  "files": [
    "nodejs",
    "assets",
    "README.md",
    "package.json"
  ],
  "mybricks": {
    "title": "物料中心",
    "type": "material",
    "icon": "/mybricks-material/public/icon.png",
    "serviceProvider": {
      "materialSelector": "js/materialSelector.js",
      "materialSelectorPage": "materialSelectorPage.html"
    },
    "setting": "setting.html"
  },
  "author": "MyBricks Team",
  "license": "ISC",
  "dependencies": {
    "@mybricks/rocker-dao": "0.0.16",
    "@mybricks/sdk-for-app": "1.0.31",
    "@nestjs/common": "^8.0.0",
    "@nestjs/core": "^8.0.0",
    "@nestjs/platform-express": "^8.0.0",
    "axios": "^1.6.7",
    "dayjs": "^1.11.5",
    "form-data": "^4.0.0",
    "gen-uniqueid": "0.0.2",
    "generate-mybricks-component-library-code": "0.0.4-beta15",
    "jszip": "^3.10.1",
    "lodash": "^4.17.21",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^7.6.0"
  },
  "devDependencies": {
    "@types/cache-manager": "^3.4.2",
    "@types/cookie-parser": "^1.4.2",
    "@types/express": "^4.17.13",
    "@types/lodash": "^4.14.190",
    "@types/node": "^16.0.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "compression": "^1.7.4",
    "cookie-parser": "^1.4.6",
    "eslint": "8.22.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.30.1",
    "typescript": "^4.9.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
