forked from vrchatapi/vrchatapi-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 774 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 774 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
{
"name": "vrchat",
"version": "1.12.0",
"description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
"author": "OpenAPI-Generator Contributors",
"repository": {
"type": "git",
"url": "https://github.com/vrchatapi/vrchatapi-javascript.git"
},
"keywords": [
"axios",
"typescript",
"openapi-client",
"openapi-generator",
"vrchat"
],
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc ",
"prepare": "npm run build"
},
"dependencies": {
"tough-cookie": "^4.0.0",
"axios-cookiejar-support": "^1.0.1",
"@types/tough-cookie": "^4.0.1",
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^4.0"
}
}