mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Clean up package.json, update to LTS Node.js version
This commit is contained in:
parent
0638fc675b
commit
cf59f6cad2
10
package.json
10
package.json
@ -9,7 +9,7 @@
|
||||
"url": "https://github.com/orbitdb/orbitdb"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
@ -29,8 +29,6 @@
|
||||
"uint8arrays": "^4.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"assert": "^2.1.0",
|
||||
"babel-loader": "^9.1.3",
|
||||
"c8": "^8.0.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"fs-extra": "^11.1.1",
|
||||
@ -38,7 +36,6 @@
|
||||
"it-all": "^3.0.3",
|
||||
"jsdoc": "^4.0.2",
|
||||
"mocha": "^10.2.0",
|
||||
"open-cli": "^7.2.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"playwright-test": "^12.6.1",
|
||||
"rimraf": "^5.0.1",
|
||||
@ -47,12 +44,10 @@
|
||||
"webpack-cli": "^5.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"lint:docs": "remark -qf -u validate-links .",
|
||||
"test:all": "npm run test:browser-multiple-tabs && npm run test",
|
||||
"test": "cross-env mocha --config test/.mocharc.json",
|
||||
"test:ci": "cross-env c8 mocha --config test/.mocharc.json",
|
||||
"test:browser": "npm run build:tests && ./node_modules/.bin/playwright-test test/browser/bundle.js --runner mocha",
|
||||
"build": "npm run build:dist && npm run build:debug",
|
||||
"build": "npm run build:docs && npm run build:dist && npm run build:debug",
|
||||
"build:dist": "webpack --config conf/webpack.config.js",
|
||||
"build:debug": "webpack --config conf/webpack.debug.config.js",
|
||||
"build:docs": "jsdoc -c ./conf/jsdoc/jsdoc.json -r src/** -d ./docs/api -R ./docs/jsdoc/README.md",
|
||||
@ -81,6 +76,7 @@
|
||||
"decentralised",
|
||||
"distributed",
|
||||
"ipfs",
|
||||
"libp2p",
|
||||
"p2p",
|
||||
"peer-to-peer"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user