{
  "name": "meta-sdk-lowcode",
  "version": "1.3.1",
  "description": "a frontend sdk",
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.js",
  "types": "./dist/es/types/index.d.ts",
  "scripts": {
    "build": "rimraf ./dist && rollup -c build/rollup.config.js && npm run build:onlySytnax",
    "dev": "rimraf ./dist && cross-env ROLLUP_ENV=development rollup -c build/rollup.config.js --watch",
    "prepatch": "npm run build && npm version prerelease --preid=alpha && npm publish --tag alpha",
    "patch": "npm run test && npm run build && npm version patch && npm publish",
    "test": "jest",
    "lint": "pnpm -r lint",
    "build:onlySytnax": "cross-env POLYFILL_MODE=onlySyntax rollup -c build/rollup.config.js"
  },
  "keywords": [
    "sdk",
    "lowcode",
    "meta"
  ],
  "author": "maya1024",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.19.0",
    "@babel/plugin-transform-runtime": "^7.18.10",
    "@babel/preset-env": "^7.19.0",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "@rollup/plugin-typescript": "^8.5.0",
    "@types/jest": "^29.0.2",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-jest": "^27.0.4",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.1",
    "jest": "^29.0.3",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.79.0",
    "ts-jest": "^29.0.1",
    "tslib": "^2.4.0",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.19.0",
    "deepcopy": "^2.1.0",
    "deepmerge": "^4.2.2",
    "error-stack-parser": "^2.1.4",
    "events": "^3.3.0",
    "json-stringify-safe": "^5.0.1",
    "object-to-formdata": "^4.4.2",
    "query-string": "^7.1.1"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "lint-staged": {
    "src/**/*.*": [
      "eslint --fix"
    ]
  },
  "files": [
    "dist"
  ]
}
