forked from ScottLogic/openapi-forge-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 849 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
{
"name": "openapi-forge-javascript",
"version": "0.1.0",
"description": "",
"apiTemplates": [
"api.js.handlebars"
],
"scripts": {
"prepare": "husky install",
"test": "cucumber-js -p default",
"test:generators": "cucumber-js -p generators",
"format:check:all": "prettier --check .",
"format:write:all": "prettier --write .",
"lint:check:all": "eslint .",
"lint:write:all": "eslint --fix ."
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@cucumber/cucumber": "^8.7.0",
"@cucumber/messages": "^20.0.0",
"chai": "^4.3.6",
"eslint": "^8.24.0",
"husky": "^8.0.1",
"openapi-forge": "latest",
"prettier": "^2.7.1",
"semantic-release": "^19.0.5"
},
"engines": {
"node": ">=16.0.0"
}
}