@andyfarthing/prolink-connect
Version:
Fork of prolink-connect with modern build system and fixes
101 lines (100 loc) • 2.62 kB
JSON
{
"name": "@andyfarthing/prolink-connect",
"version": "0.11.0",
"description": "Fork of prolink-connect with modern build system and fixes",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.cjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/andyfarthing/prolink-connect.git"
},
"homepage": "https://github.com/andyfarthing/prolink-connect",
"bugs": {
"url": "https://github.com/andyfarthing/prolink-connect/issues"
},
"author": "Andy Farthing",
"contributors": [
"Evan Purkhiser <evanpurkhiser@gmail.com> (original author)"
],
"keywords": [
"prolink-network",
"prolink-connect",
"fork",
"CDJ",
"pioneer",
"DJ",
"reverse-engineer",
"cdj",
"djm"
],
"license": "MIT",
"scripts": {
"watch": "tsup --watch",
"build": "tsup",
"build-docs": "typedoc --out docs src/index.ts",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "eslint src/**/*.ts tests/**/*.ts",
"preversion": "npm run lint && npm test",
"install-deps": "npm ci --production"
},
"files": [
"lib/",
"package.json",
"README.md"
],
"engines": {
"node": ">=20.0.0"
},
"sideEffects": false,
"dependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/lodash": "^4.17.13",
"@types/node": "22.10.2",
"@types/promise-retry": "^1.1.6",
"@types/promise-timeout": "^1.3.3",
"async-mutex": "^0.3.0",
"better-sqlite3": "^11.7.0",
"ip-address": "^7.0.1",
"js-xdr": "^1.3.0",
"kaitai-struct": "^0.10.0",
"lodash": "^4.17.20",
"promise-readable": "^8.0.1",
"promise-retry": "^2.0.1",
"promise-socket": "^8.0.0",
"promise-timeout": "^1.3.0",
"strict-event-emitter-types": "^2.0.0"
},
"devDependencies": {
"@evanpurkhiser/eslint-config": "^0.25.0",
"@types/jest": "^29.5.14",
"@types/stream-buffers": "^3.0.7",
"@types/signale": "^1.4.7",
"esbuild-plugin-kaitai": "^1.0.0",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"jest-each": "^29.2.1",
"kaitai-struct-compiler": "^0.10.0",
"loader-utils": "^2.0.0",
"prettier": "^3.4.2",
"signale": "^1.4.0",
"stream-buffers": "^3.0.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-patch": "^3.3.0",
"tsup": "^8.4.0",
"typedoc": "^0.27.4",
"typedoc-plugin-missing-exports": "^3.1.0",
"typescript": "^5.7.2",
"typescript-transform-paths": "^3.5.2"
},
"volta": {
"node": "22.11.0"
}
}