|
12 | 12 | "require": "./dist/index.js" |
13 | 13 | } |
14 | 14 | }, |
15 | | - "repository": "github:GMOD/nclist-js", |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "https://github.com/GMOD/nclist-js.git" |
| 18 | + }, |
16 | 19 | "author": { |
17 | 20 | "name": "Robert Buels", |
18 | 21 | "email": "rbuels@gmail.com", |
|
28 | 31 | "esm", |
29 | 32 | "src" |
30 | 33 | ], |
31 | | - "engines": { |
32 | | - "node": ">=8" |
33 | | - }, |
34 | 34 | "scripts": { |
| 35 | + "format": "prettier --write .", |
35 | 36 | "test": "vitest", |
36 | 37 | "coverage": "yarn test --coverage", |
37 | 38 | "lint": "eslint --report-unused-disable-directives --max-warnings 0", |
38 | 39 | "docs": "documentation readme --shallow src/feature_store.ts --section API", |
39 | 40 | "clean": "rimraf dist esm", |
40 | 41 | "prebuild": "yarn docs && yarn clean && yarn lint", |
41 | 42 | "build:esm": "tsc --outDir esm", |
42 | | - "build:es5": "tsc --module commonjs --outDir dist", |
| 43 | + "build:es5": "tsc --module commonjs --moduleResolution bundler --outDir dist", |
43 | 44 | "postbuild:es5": "echo '{\"type\": \"commonjs\"}' > dist/package.json", |
44 | 45 | "build": "yarn build:esm && yarn build:es5", |
45 | 46 | "prepublishOnly": "yarn test --run && yarn build", |
46 | 47 | "postversion": "git push --follow-tags" |
47 | 48 | }, |
48 | 49 | "devDependencies": { |
49 | | - "@types/express": "^5.0.5", |
50 | | - "@vitest/coverage-v8": "^4.0.6", |
| 50 | + "@types/express": "^5.0.6", |
| 51 | + "@vitest/coverage-v8": "^4.1.2", |
51 | 52 | "cross-fetch": "^4.1.0", |
52 | | - "documentation": "^14.0.1", |
53 | | - "eslint": "^9.5.0", |
54 | | - "eslint-plugin-import": "^2.31.0", |
55 | | - "eslint-plugin-unicorn": "^62.0.0", |
56 | | - "express": "^5.1.0", |
57 | | - "generic-filehandle2": "^2.0.1", |
58 | | - "get-port": "^7.1.0", |
59 | | - "prettier": "^3.5.3", |
60 | | - "rimraf": "^6.0.1", |
61 | | - "typescript": "^5.0.4", |
62 | | - "typescript-eslint": "^8.18.0", |
63 | | - "vitest": "^4.0.6" |
| 53 | + "documentation": "^14.0.3", |
| 54 | + "eslint": "^9.39.4", |
| 55 | + "eslint-plugin-import": "^2.32.0", |
| 56 | + "eslint-plugin-unicorn": "^64.0.0", |
| 57 | + "express": "^5.2.1", |
| 58 | + "generic-filehandle2": "^2.1.4", |
| 59 | + "get-port": "^7.2.0", |
| 60 | + "prettier": "^3.8.1", |
| 61 | + "rimraf": "^6.1.3", |
| 62 | + "typescript": "^6.0.2", |
| 63 | + "typescript-eslint": "^8.58.0", |
| 64 | + "vitest": "^4.1.2" |
64 | 65 | }, |
65 | 66 | "dependencies": { |
66 | | - "@gmod/abortable-promise-cache": "^3.0.1", |
67 | | - "@jbrowse/quick-lru": "^7.3.5", |
68 | | - "@jridgewell/resolve-uri": "^3.1.2" |
| 67 | + "@gmod/abortable-promise-cache": "^3.0.4", |
| 68 | + "@jbrowse/quick-lru": "^7.3.5" |
69 | 69 | }, |
70 | 70 | "keywords": [ |
71 | 71 | "jbrowse", |
|
0 commit comments