{
  "name": "devalue",
  "description": "Gets the job done when JSON.stringify can't",
  "version": "2.0.1",
  "repository": "Rich-Harris/devalue",
  "main": "dist/devalue.umd.js",
  "module": "dist/devalue.esm.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "devDependencies": {
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.0",
    "glob": "^7.1.2",
    "mocha": "^5.2.0",
    "rollup": "^0.66.6",
    "rollup-plugin-typescript": "^1.0.0",
    "rollup-plugin-virtual": "^1.0.1",
    "sander": "^0.6.0",
    "ts-node": "^7.0.1",
    "tslib": "^1.9.3",
    "typescript": "^3.1.3"
  },
  "scripts": {
    "build-declarations": "tsc -d && node scripts/move-type-declarations.js",
    "build": "npm run build-declarations && rollup -c",
    "test": "mocha --opts mocha.opts",
    "prepublishOnly": "npm run build && npm test"
  },
  "license": "MIT"
}
