@silver886/json-schema
Advanced tools
Sorry, the diff of this file is too big to display
+19
-22
| { | ||
| "name": "@silver886/json-schema", | ||
| "version": "5.2.0", | ||
| "version": "5.2.1", | ||
| "description": "JSON schema", | ||
| "main": "./lib/index.js", | ||
| "types": "./lib/index.d.ts", | ||
| "scripts": { | ||
| "comments": "leasot --ignore node_modules/** .git/** --tags NOTE OPTIMIZE TODO HACK XXX FIXME BUG --filetype .ts **", | ||
| "lint": "eslint .", | ||
| "watch-pretest": "npm run pretest -- --watch", | ||
| "watch-test": "npm test -- --watchAll", | ||
| "pretest": "tsc -p ./test/tsconfig.json", | ||
| "test": "jest --coverage", | ||
| "prepack": "tsc", | ||
| "prepublishOnly": "npm test" | ||
| }, | ||
| "repository": { | ||
@@ -35,16 +25,23 @@ "type": "git", | ||
| "devDependencies": { | ||
| "@silver886/eslint-config": "^1.0.8", | ||
| "@types/jest": "^26.0.23", | ||
| "@types/node": "^14.14.31", | ||
| "@typescript-eslint/eslint-plugin": "^4.29.3", | ||
| "@typescript-eslint/parser": "^4.29.3", | ||
| "eslint": "^7.32.0", | ||
| "jest": "^27.1.0", | ||
| "@silver886/eslint-config": "^2.0.0", | ||
| "@types/jest": "^27.4.0", | ||
| "@types/node": "^14.18.0", | ||
| "@typescript-eslint/eslint-plugin": "^5.8.1", | ||
| "@typescript-eslint/parser": "^5.8.1", | ||
| "eslint": "^8.5.0", | ||
| "jest": "^27.4.5", | ||
| "leasot": "^12.0.0", | ||
| "ts-node": "^10.2.1", | ||
| "typescript": "^4.4.2" | ||
| "ts-node": "^10.4.0", | ||
| "typescript": "^4.5.4" | ||
| }, | ||
| "dependencies": { | ||
| "ajv": "^8.6.2" | ||
| "ajv": "^8.8.2" | ||
| }, | ||
| "scripts": { | ||
| "comments": "leasot --ignore node_modules/** .git/** --tags NOTE OPTIMIZE TODO HACK XXX FIXME BUG --filetype .ts **", | ||
| "lint": "eslint .", | ||
| "watch-pretest": "npm run pretest -- --watch", | ||
| "watch-test": "npm test -- --watchAll", | ||
| "test": "tsc -p ./test/tsconfig.json && jest --coverage" | ||
| } | ||
| } | ||
| } |
173129
197.71%22
4.76%Updated