Skip to content

Commit c053ed3

Browse files
committed
Add package.json
1 parent 69f1f0e commit c053ed3

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)