-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 958 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
{
"name": "guildedapi-types.ts",
"version": "0.3.64",
"description": "Up to date Guilded API Typings. Contribution is welcome.",
"main": "index.js",
"scripts": {
"build": "npm install && tsc && gen-esm-wrapper v1.js v1.mjs && node generateSchema.js",
"prepublishOnly": "npm run build",
"generateSchema": "node generateSchema.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DinographicPixels/guildedapi-types.git"
},
"keywords": [
"guilded-api",
"types",
"typings"
],
"author": "DinographicPixels [PakkoGraphic]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/DinographicPixels/guildedapi-types/issues"
},
"homepage": "https://github.com/DinographicPixels/guildedapi-types#readme",
"devDependencies": {
"@types/node": "^22.2.0",
"gen-esm-wrapper": "^1.1.3",
"openapi-typescript": "^7.3.0"
},
"dependencies": {
"tslib": "^2.4.1"
}
}