mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.15 to 0.23.9. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.22.15...v0.23.9) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"name": "xrpl.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "lerna run test --stream",
|
|
"test:browser": "lerna run test:browser --stream",
|
|
"test:integration": "lerna run test:integration --stream",
|
|
"lint": "lerna run lint --stream",
|
|
"clean": "lerna run clean --stream",
|
|
"build": "lerna run build --stream",
|
|
"docgen": "lerna run docgen --stream"
|
|
},
|
|
"dependencies": {
|
|
"ripple-address-codec": "file:packages/ripple-address-codec",
|
|
"ripple-binary-codec": "file:packages/ripple-binary-codec",
|
|
"ripple-keypairs": "file:packages/ripple-keypairs",
|
|
"xrpl": "file:packages/xrpl"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.21",
|
|
"@types/create-hash": "^1.2.2",
|
|
"@types/lodash": "^4.14.136",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^17.0.14",
|
|
"@types/puppeteer": "5.4.6",
|
|
"@types/ws": "^8.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
"@typescript-eslint/parser": "^4.0.0",
|
|
"@xrplf/eslint-config": "^1.6.0",
|
|
"@xrplf/prettier-config": "^1.5.0",
|
|
"assert": "^2.0.0",
|
|
"buffer": "^6.0.2",
|
|
"chai": "^4.3.4",
|
|
"crypto-browserify": "^3.12.0",
|
|
"ejs": "^3.0.1",
|
|
"eslint": "^7.5.0",
|
|
"eslint-plugin-array-func": "^3.1.7",
|
|
"eslint-plugin-consistent-default-export-name": "^0.0.14",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-import": "^2.24.1",
|
|
"eslint-plugin-jsdoc": "^37.1.0",
|
|
"eslint-plugin-mocha": "^10.0.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-tsdoc": "^0.2.14",
|
|
"eventemitter2": "^6.0.0",
|
|
"https-browserify": "^1.0.0",
|
|
"jest": "^26.0.1",
|
|
"lerna": "^4.0.0",
|
|
"mocha": "^10",
|
|
"npm-run-all": "^4.1.5",
|
|
"nyc": "^15",
|
|
"path-browserify": "1.0.1",
|
|
"prettier": "^2.3.2",
|
|
"process": "^0.11.10",
|
|
"puppeteer": "^13.7.0",
|
|
"run-script-os": "^1.1.6",
|
|
"source-map-loader": "^3.0.1",
|
|
"source-map-support": "^0.5.16",
|
|
"stream-browserify": "^3.0.0",
|
|
"stream-http": "3.2.0",
|
|
"ts-jest": "^26.4.4",
|
|
"ts-loader": "^9.2.5",
|
|
"ts-node": "^10.2.1",
|
|
"typedoc": "^0.23.9",
|
|
"typescript": "^4.4.2",
|
|
"url": "^0.11.0",
|
|
"webpack": "^5.6.0",
|
|
"webpack-bundle-analyzer": "^4.1.0",
|
|
"webpack-cli": "^4.2.0"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=7.0.0 < 8.0.0"
|
|
}
|
|
}
|