UNPKG

598 BJSONView Raw
1{
2 "name": "devalue",
3 "description": "Gets the job done when JSON.stringify can't",
4 "version": "3.1.3",
5 "repository": "Rich-Harris/devalue",
6 "exports": {
7 ".": {
8 "import": "./devalue.js",
9 "types": "./types/devalue.d.ts"
10 }
11 },
12 "main": "devalue.js",
13 "files": [
14 "devalue.js",
15 "types"
16 ],
17 "types": "./types/devalue.d.ts",
18 "devDependencies": {
19 "typescript": "^3.1.3",
20 "uvu": "^0.5.6"
21 },
22 "scripts": {
23 "build": "tsc",
24 "test": "node devalue.test.js",
25 "prepublishOnly": "npm test && npm run build"
26 },
27 "license": "MIT",
28 "type": "module",
29 "packageManager": "pnpm@7.9.5"
30}