-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 834 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 834 Bytes
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
{
"name": "json-schema-fix",
"version": "1.1.1",
"description": "JSON creation, validation, fix and documentation according schema.",
"main": "./src/index.js",
"scripts": {
"test": "npx eslint --fix . && npx jest",
"prepublishOnly": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scriptPilot/json-schema-fix.git"
},
"author": "scriptPilot <mail@scriptPilot.de> (https://github.com/scriptPilot)",
"license": "MIT",
"bugs": {
"url": "https://github.com/scriptPilot/json-schema-fix/issues"
},
"homepage": "https://github.com/scriptPilot/json-schema-fix#readme",
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"jest": "^23.6.0"
}
}