@ginden/blinkstick-v2
Version:
Improved Blickstick API for Node.js
86 lines (85 loc) • 1.99 kB
JSON
{
"name": "@ginden/blinkstick-v2",
"description": "Improved Blickstick API for Node.js",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"prepare": "husky",
"build": "tsc",
"prepack": "npm run build",
"test": "vitest run",
"test:manual": "ts-node test/manual/manual-test.ts",
"fix": "npm run prettier && npm run lint:fix",
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix",
"prettier:check": "prettier --check src test *.md",
"prettier": "prettier --write src test *.md",
"repl": "npm run prepack && node -r ./dist/repl-load.js"
},
"keywords": [
"blinkstick",
"led",
"fork"
],
"author": {
"email": "michalwadas@gmail.com",
"name": "Michał Wadas"
},
"files": [
"dist"
],
"contributors": [
{
"name": "Arvydas Juskevicius",
"url": "http://twitter.com/arvydev"
},
{
"name": "Paul Cuthbertson",
"email": "npm@paulcuth.me.uk",
"url": "http://paulcuth.me.uk"
}
],
"version": "3.3.0",
"engines": {
"node": ">=20.0.0"
},
"license": "MIT",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Ginden/blinkstick-node-v2.git"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@types/color-rgba": "^2.1.3",
"@types/node": "^20.17.32",
"@types/prompts": "^2.4.9",
"concurrently": "^9.1.2",
"eslint": "^9.25.1",
"globals": "^16.0.0",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"prompts": "^2.4.2",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"type-fest": "^4.40.1",
"typedoc": "^0.28.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1",
"usb": "^2.15.0",
"vitest": "^3.1.4"
},
"dependencies": {
"color-rgba": "^3.0.0",
"node-hid": "^3.2.0",
"tsafe": "^1.8.5"
},
"peerDependencies": {
"usb": "^2.15.0"
},
"optionalDependencies": {
"usb": "^2.15.0"
}
}