-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 809 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 809 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
{
"name": "floatplaneapi",
"version": "4.0.13",
"description": "Floatplane API Specification",
"main": "floatplane-openapi-specification.json",
"devDependencies": {
"@asyncapi/generator": "^1.17.25",
"@asyncapi/html-template": "^0.28.4",
"@openapitools/openapi-generator-cli": "^2.20.2",
"@redocly/cli": "^1.34.3",
"json2yaml": "^1.1.0",
"openapi-to-postmanv2": "^2.14.1",
"reslate": "3.0.0-5",
"widdershins": "4.0.1"
},
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jman012/FloatplaneAPI.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jman012/FloatplaneAPI/issues"
},
"homepage": "https://github.com/Jman012/FloatplaneAPI#readme"
}