-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 937 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 937 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": "stoat-api",
"version": "0.11.5",
"description": "Stoat API Library",
"type": "module",
"exports": {
".": "./lib/index.js"
},
"types": "lib/index.d.ts",
"homepage": "https://developers.stoat.chat",
"repository": "https://github.com/stoatchat/javascript-client-api",
"author": "Paul Makles <insrt.uk>",
"license": "MIT",
"scripts": {
"build": "REWRITE_ANYOF=1 node cli.js && tsc",
"prepublish": "in-publish && pnpm build || echo Skipping build."
},
"devDependencies": {
"in-publish": "^2.0.1",
"openapi-typescript": "^5.4.2",
"typescript": "^5.8.3"
},
"files": [
"src",
"lib",
"OpenAPI.json",
"LICENSE",
"README.md"
],
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
"dependencies": {
"json-with-bigint": "^3.4.4"
}
}