-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
41 lines (41 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "cbor-web",
"version": "10.0.3",
"description": "",
"main": "dist/cbor.js",
"types": "./types/lib/cbor.d.ts",
"scripts": {
"build": "webpack",
"copy": "webpack"
},
"keywords": [],
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"homepage": "https://github.com/hildjj/node-cbor/tree/main/packages/cbor-web",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hildjj/node-cbor.git",
"directory": "packages/cbor-web"
},
"devDependencies": {
"abort-controller": "3.0.0",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"cbor": "^9.0.2",
"events": "^3.3.0",
"ieee754": "^1.2.1",
"inherits": "^2.0.4",
"nofilter": "^3.0.2",
"process": "^0.11.10",
"readable-stream": "^4.5.2",
"safe-buffer": "^5.2.1",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"util-deprecate": "^1.0.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">=18"
}
}