UNPKG

892 BJSONView Raw
1{
2 "name": "devalue",
3 "description": "Gets the job done when JSON.stringify can't",
4 "version": "2.0.1",
5 "repository": "Rich-Harris/devalue",
6 "main": "dist/devalue.umd.js",
7 "module": "dist/devalue.esm.js",
8 "types": "types/index.d.ts",
9 "files": [
10 "dist",
11 "types"
12 ],
13 "devDependencies": {
14 "@types/mocha": "^5.2.5",
15 "@types/node": "^10.12.0",
16 "glob": "^7.1.2",
17 "mocha": "^5.2.0",
18 "rollup": "^0.66.6",
19 "rollup-plugin-typescript": "^1.0.0",
20 "rollup-plugin-virtual": "^1.0.1",
21 "sander": "^0.6.0",
22 "ts-node": "^7.0.1",
23 "tslib": "^1.9.3",
24 "typescript": "^3.1.3"
25 },
26 "scripts": {
27 "build-declarations": "tsc -d && node scripts/move-type-declarations.js",
28 "build": "npm run build-declarations && rollup -c",
29 "test": "mocha --opts mocha.opts",
30 "prepublishOnly": "npm run build && npm test"
31 },
32 "license": "MIT"
33}