forked from wll8/redoc-try
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 822 Bytes
/
package.json
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": "redoc-try",
"version": "1.4.9",
"description": "[👉 online preview](https://wll8.github.io/redoc-try/index.html)",
"main": "dist/try.js",
"env": {
"node": "14.15.5",
"yarn": "1.22.19"
},
"files": [
"dist/"
],
"scripts": {
"build": "babel try.js -d dist",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "sudo cp -R dist/* /var/lib/redoc/."
},
"repository": {
"type": "git",
"url": "git+https://github.com/wll8/redoc-try.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wll8/redoc-try/issues"
},
"homepage": "https://github.com/wll8/redoc-try#readme",
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3"
}
}