forked from usnistgov/ndn-dpdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.03 KB
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
42
43
44
{
"name": "@usnistgov/ndn-dpdk",
"version": "0.0.0",
"private": true,
"files": [
"build/js",
"js"
],
"type": "module",
"main": "build/js/mod.js",
"types": "js/mod.ts",
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"dependencies": {
"graphql": "^16.11.0",
"graphql-request": "^6.1.0",
"isomorphic-ws": "^5.0.0",
"it-pushable": "^3.2.3",
"throat": "^6.0.2",
"tslib": "^2.8.1",
"type-fest": "^4.41.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@types/ws": "^8.18.1",
"@yoursunny/xo-config": "0.1001.1",
"json-stable-stringify": "^1.3.0",
"markdownlint-cli": "^0.45.0",
"ts-json-schema-generator": "^2.4.0",
"typescript": "~5.8.3"
},
"engines": {
"node": "22.x"
},
"pnpm": {
"onlyBuiltDependencies": [
"unrs-resolver"
],
"updateConfig": {
"ignoreDependencies": [
"graphql-request"
]
}
}
}