|
1 | 1 | { |
2 | 2 | "name": "@json-schema-tools/reference-resolver", |
3 | 3 | "version": "0.0.0-development", |
4 | | - "description": "", |
| 4 | + "description": "Turns a $ref into a JSONSchema", |
5 | 5 | "main": "build/index.js", |
6 | 6 | "browser": "build/index-web.js", |
7 | 7 | "publishConfig": { |
|
10 | 10 | "scripts": { |
11 | 11 | "build": "npm run build:code && typedoc --out docs && touch docs/.nojekyll", |
12 | 12 | "build:code": "tsc", |
13 | | - "lint": "tslint --fix -p .", |
| 13 | + "lint": "eslint . --ext .ts", |
| 14 | + "lint:fix": "eslint . --ext .ts --fix", |
14 | 15 | "test": "npm run test:unit && npm run test:web", |
15 | 16 | "test:unit": "npm run lint && jest --coverage", |
16 | 17 | "test:web": "npm run build:code && webpack && rm -rf dist" |
|
29 | 30 | "!build/**/*.test.*" |
30 | 31 | ], |
31 | 32 | "devDependencies": { |
32 | | - "@json-schema-tools/meta-schema": "^1.6.18", |
33 | | - "@types/isomorphic-fetch": "0.0.36", |
34 | | - "@types/jest": "^26.0.23", |
35 | | - "@types/node": "^18.0.4", |
36 | | - "jest": "^24.9.0", |
37 | | - "ts-jest": "^24.3.0", |
38 | | - "tslint": "^6.1.3", |
39 | | - "typedoc": "^0.21.0", |
40 | | - "typescript": "4.3.5", |
41 | | - "webpack": "^5.38.1", |
42 | | - "webpack-cli": "^4.7.2" |
| 33 | + "@json-schema-tools/meta-schema": "^1.7.0", |
| 34 | + "@types/isomorphic-fetch": "^0.0.36", |
| 35 | + "@types/jest": "^29.1.1", |
| 36 | + "@types/node": "^18.8.2", |
| 37 | + "@typescript-eslint/eslint-plugin": "^5.39.0", |
| 38 | + "@typescript-eslint/parser": "^5.39.0", |
| 39 | + "eslint": "^8.24.0", |
| 40 | + "jest": "^29.1.2", |
| 41 | + "ts-jest": "^29.0.3", |
| 42 | + "typedoc": "^0.23.15", |
| 43 | + "typescript": "^4.8.4", |
| 44 | + "webpack": "^5.74.0", |
| 45 | + "webpack-cli": "^4.10.0" |
43 | 46 | }, |
44 | 47 | "dependencies": { |
45 | 48 | "@json-schema-spec/json-pointer": "^0.1.2", |
|
0 commit comments