mirror of
https://github.com/moritzruth/node-enttec-open-dmx-usb.git
synced 2025-04-22 08:11:22 +02:00
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"name": "enttec-open-dmx-usb",
|
|
"version": "2.0.0",
|
|
"description": "A Node.js library for interacting with the Enttec Open DMX USB Interface",
|
|
"repository": "https://github.com/moritzruth/node-enttec-open-dmx-usb.git",
|
|
"author": "Moritz Ruth <dev@moritzruth.de>",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"dmx",
|
|
"enttec",
|
|
"usb"
|
|
],
|
|
"scripts": {
|
|
"build": "pika build",
|
|
"lint": "eslint src",
|
|
"version": "yarn build",
|
|
"test": "echo There are no tests",
|
|
"pub": "pika publish"
|
|
},
|
|
"@pika/pack": {
|
|
"pipeline": [
|
|
[
|
|
"@pika/plugin-ts-standard-pkg"
|
|
],
|
|
[
|
|
"@pika/plugin-build-node"
|
|
]
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@pika/pack": "^0.5.0",
|
|
"@pika/plugin-build-node": "^0.9.2",
|
|
"@pika/plugin-ts-standard-pkg": "^0.9.2",
|
|
"@types/node": "^14.0.27",
|
|
"@types/serialport": "^8.0.1",
|
|
"eslint": "^7.6.0",
|
|
"eslint-config-awzzm-ts": "^1.0.1",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"serialport": "^9.0.0"
|
|
}
|
|
}
|