-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 1008 Bytes
/
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": "specification-test",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "ava --serial"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.6.4",
"@exodus/schemasafe": "^1.3.0",
"ava": "^6.1.3",
"change-case": "^5.4.4",
"dotenv": "^16.4.5",
"fetch-cookie": "^3.0.1",
"jsonpointer": "^5.0.1",
"ms": "^2.1.3",
"object-path": "^0.11.8",
"totp-generator": "^1.0.0",
"tough-cookie": "^4.1.4",
"vrchat": "^1.18.5",
"yaml": "^2.4.5"
},
"devDependencies": {
"@ariesclark/eslint-config": "^2.0.1",
"@types/ms": "^0.7.34",
"@types/object-path": "^0.11.4",
"@types/totp-generator": "^0.0.8",
"@types/tough-cookie": "^4.0.5",
"eslint": "^9.7.0",
"eslint-plugin-ava": "^15.0.1",
"openapi-types": "^12.1.3",
"ts-node": "^10.9.2",
"tsimp": "^2.0.11",
"typescript": "^5.5.3"
}
}