We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f1f0e commit c053ed3Copy full SHA for c053ed3
package.json
@@ -0,0 +1,29 @@
1
+{
2
+ "name": "@netlify/open-api",
3
+ "version": "0.1.0",
4
+ "description": "Netlify's open-api definition as a module",
5
+ "main": "js/swagger.json",
6
+ "dependencies": {
7
+ "netlify-s-api-definition": "^0.1.0",
8
+ "request": "^2.87.0"
9
+ },
10
+ "devDependencies": {},
11
+ "scripts": {
12
+ "test": "echo \"Error: no test specified\" && exit 1"
13
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/netlify/open-api.git"
17
18
+ "keywords": [
19
+ "netlify",
20
+ "swagger",
21
+ "open-api"
22
+ ],
23
+ "author": "Netlify",
24
+ "license": "MIT",
25
+ "bugs": {
26
+ "url": "https://github.com/netlify/open-api/issues"
27
28
+ "homepage": "https://github.com/netlify/open-api#readme"
29
+}
0 commit comments