forked from vrchatapi/specification-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 940 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
{
"name": "specification-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"run": "ava --serial"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@exodus/schemasafe": "^1.0.1",
"ava": "^5.3.0",
"change-case": "^4.1.2",
"dotenv": "^16.0.3",
"fetch-cookie": "^2.1.0",
"jsonpointer": "^5.0.1",
"ms": "^2.1.3",
"object-path": "^0.11.8",
"totp-generator": "^0.0.14",
"tough-cookie": "^4.1.2",
"yaml": "^2.3.1"
},
"devDependencies": {
"@ariesclark/eslint-config": "^1.5.1",
"@types/ms": "^0.7.31",
"@types/object-path": "^0.11.1",
"@types/totp-generator": "^0.0.5",
"@types/tough-cookie": "^4.0.2",
"eslint": "^8.41.0",
"eslint-plugin-ava": "^14.0.0",
"openapi-types": "^12.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}