-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "merry-plugin-swagger",
"version": "1.4.4",
"main": "index.js",
"license": "MIT",
"description": "generate code from swagger ",
"keywords": [
"merry-plugin-swagger",
"merry-plugin"
],
"typings": "index.d.ts",
"scripts": {
"dev": "tsc -w",
"prepublishOnly": "tsc",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"@merryjs/cli": "1.9.0",
"@types/debug": "^0.0.30",
"@types/diff": "^3.2.2",
"@types/fs-extra": "^5.0.1",
"@types/handlebars": "^4.0.36",
"@types/inquirer": "^0.0.43",
"@types/node": "^10.11.3",
"@types/prettier": "^1.10.0",
"@types/swagger-parser": "^4.0.2",
"husky": "^1.0.1",
"prettier": "^1.11.0",
"pretty-quick": "^1.4.1",
"typescript": "^3.1.1"
},
"dependencies": {
"@merryjs/swagger": "^1.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/merryjs/merry-plugin-swagger.git"
},
"author": "bang88",
"bugs": {
"url": "https://github.com/merryjs/merry-plugin-swagger/issues"
},
"homepage": "https://github.com/merryjs/merry-plugin-swagger#readme"
}