Skip to content

Commit e1da896

Browse files
committed
Updates
1 parent cfc09a0 commit e1da896

3 files changed

Lines changed: 5630 additions & 23 deletions

File tree

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
"require": "./dist/index.js"
1313
}
1414
},
15-
"repository": "github:GMOD/nclist-js",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/GMOD/nclist-js.git"
18+
},
1619
"author": {
1720
"name": "Robert Buels",
1821
"email": "rbuels@gmail.com",
@@ -28,44 +31,41 @@
2831
"esm",
2932
"src"
3033
],
31-
"engines": {
32-
"node": ">=8"
33-
},
3434
"scripts": {
35+
"format": "prettier --write .",
3536
"test": "vitest",
3637
"coverage": "yarn test --coverage",
3738
"lint": "eslint --report-unused-disable-directives --max-warnings 0",
3839
"docs": "documentation readme --shallow src/feature_store.ts --section API",
3940
"clean": "rimraf dist esm",
4041
"prebuild": "yarn docs && yarn clean && yarn lint",
4142
"build:esm": "tsc --outDir esm",
42-
"build:es5": "tsc --module commonjs --outDir dist",
43+
"build:es5": "tsc --module commonjs --moduleResolution bundler --outDir dist",
4344
"postbuild:es5": "echo '{\"type\": \"commonjs\"}' > dist/package.json",
4445
"build": "yarn build:esm && yarn build:es5",
4546
"prepublishOnly": "yarn test --run && yarn build",
4647
"postversion": "git push --follow-tags"
4748
},
4849
"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",
5152
"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"
6465
},
6566
"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"
6969
},
7070
"keywords": [
7171
"jbrowse",

0 commit comments

Comments
 (0)