-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
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": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
"dependencies": {
"graphql": "^16.10.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.31.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/ws": "^8.5.13",
"@yoursunny/xo-config": "0.60.0",
"json-stable-stringify": "^1.2.1",
"markdownlint-cli": "^0.43.0",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.7.2"
},
"engines": {
"node": "22.x"
},
"pnpm": {
"overrides": {
"@types/eslint": "^8.0.0"
},
"updateConfig": {
"ignoreDependencies": [
"graphql-request"
]
}
}
}