{
  "name": "@choiceform/os-cfpd",
  "version": "3.2.24",
  "description": "Standard data format for choiceform portable survey design",
  "main": "dist/index.js",
  "files": [
    "dist/index.js",
    "CHANGELOG.md",
    "index.d.ts",
    "types/**/*.ts"
  ],
  "scripts": {
    "build": "node tools/prepare-publish.js",
    "test": "jest",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 5",
    "review": "yarn lint && yarn test",
    "prepare": "husky install",
    "release": "node tools/release.js",
    "prepublishOnly": "yarn build",
    "pretypedoc": "node tools/before-docs",
    "typedoc": "node_modules/.bin/typedoc --out docs/content ./index.d.ts",
    "posttypedoc": "node tools/after-docs",
    "pretypejson": "node tools/before-docs",
    "typejson": "node_modules/.bin/typedoc --json dist/doc.json ./index.d.ts",
    "posttypejson": "node tools/after-docs",
    "updatedocs": "node tools/update-docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/choice-form/os-cfpd.git"
  },
  "author": "fenyiwudian <laiq@cform.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/choice-form/os-cfpd/issues"
  },
  "homepage": "https://github.com/choice-form/os-cfpd#readme",
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "@types/jsdom": "^16.2.14",
    "@types/pako": "^1.0.2",
    "@typescript-eslint/eslint-plugin": "^5.3.1",
    "@typescript-eslint/parser": "^5.3.1",
    "eslint": "^8.2.0",
    "husky": "^7.0.4",
    "jest": "^27.3.1",
    "jsdom": "^19.0.0",
    "terser": "^5.10.0",
    "ts-jest": "^27.0.7",
    "ts-node": "^10.4.0",
    "typedoc": "^0.22.10",
    "typescript": "^4.4.4",
    "typescript-uml": "^0.3.0"
  },
  "dependencies": {
    "js-base64": "^3.7.2",
    "pako": "1.0.6"
  },
  "packageManager": "yarn@1.22.22"
}