-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 923 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 923 Bytes
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
{
"name": "cpp-data",
"packageManager": "yarn@3.6.1",
"type": "module",
"devDependencies": {
"@ainou/code-style": "^0.0.25",
"@types/eslint": "^8",
"@types/fs-extra": "^11",
"@types/luxon": "^3",
"@types/node": "16",
"@types/npmcli__promise-spawn": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"prettier": "^3.0.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@npmcli/promise-spawn": "^6.0.2",
"case-anything": "^2.1.13",
"clipanion": "^3.2.1",
"csv-parse": "^5.5.3",
"fast-json-stable-stringify": "^2.1.0",
"fs-extra": "^11.1.1",
"luxon": "^3.4.4",
"minimatch": "^9.0.3",
"node-fetch": "^3.3.1",
"p-props": "^5.0.0",
"simple-git": "^3.19.1",
"zod": "^3.21.4",
"zod-to-ts": "^1.1.4"
}
}