-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 753 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 753 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
{
"name": "spond",
"version": "0.0.10",
"description": "Unofficial library to access data from the Spond API.",
"main": "src/index.js",
"types": "types/index.d.ts",
"scripts": {
"watch": "tsp compile typesec --watch",
"build": "tsp compile typesec && openapi-typescript ./dist/@typespec/openapi3/openapi.yaml -o ./types.d.ts"
},
"keywords": [
"spond"
],
"files": [
"src",
"types"
],
"author": "martcl",
"publishConfig": {
"@martcl:registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@typespec/compiler": "^0.55.0",
"@typespec/http": "^0.55.0",
"@typespec/openapi3": "^0.55.0",
"@typespec/rest": "^0.55.0",
"jest": "^29.6.2",
"openapi-typescript": "^6.7.5"
}
}