{
  "name": "destr",
  "version": "1.0.1",
  "description": "A faster, secure and convenient alternative for JSON.parse",
  "repository": "nuxt-contrib/destr",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "bench": "yarn build && node ./bench.js",
    "build": "bili src/index.ts",
    "lint": "eslint --ext .ts .",
    "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint"
  },
  "devDependencies": {
    "@hapi/bourne": "^2.0.0",
    "@nuxtjs/eslint-config-typescript": "latest",
    "benchmark": "latest",
    "bili": "latest",
    "eslint": "latest",
    "rollup-plugin-typescript2": "latest",
    "secure-json-parse": "^2.1.0",
    "standard-version": "latest",
    "typescript": "latest"
  }
}
