{
  "name": "@blocklet/constant",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.17.12",
  "description": "Blocklet constants",
  "main": "index.js",
  "type": "commonjs",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "lint": "eslint tests lib",
    "lint:fix": "npm run lint -- --fix",
    "clean": "rm -f index.d.ts index.js",
    "build:blocklet-constant": "npm run build",
    "build": "npm run clean && npx dts-bundle-generator -o index.d.ts lib/index.ts && npx esbuild lib/index.ts --bundle --outfile=index.js --platform=node --format=cjs"
  },
  "author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
  "license": "Apache-2.0",
  "devDependencies": {
    "@arcblock/eslint-config-ts": "^0.3.3",
    "@types/node": "^22.7.5",
    "@typescript-eslint/eslint-plugin": "^5.42.0",
    "@typescript-eslint/parser": "^5.42.0",
    "@typescript/native-preview": "^7.0.0-dev.20251230.1",
    "dts-bundle-generator": "^9.2.3",
    "eslint": "^8.57.0",
    "prettier": "^3.3.2"
  },
  "gitHead": "a851c46d35a66372b7aa8fb5d7eed7d26980da8a"
}
