node-red-contrib-teamspeak/package.json

34 lines
893 B
JSON
Raw Normal View History

2021-04-27 21:01:31 +00:00
{
"name": "node-red-contrib-teamspeak",
2021-04-29 18:18:47 +00:00
"version": "1.0.1",
2021-04-28 16:07:15 +00:00
"description": "Node-RED teamspeak node",
"main": "dist/nodes/TS3Config/TS3Config.js",
2021-04-27 21:01:31 +00:00
"license": "MIT",
"scripts": {
"build": "tsc --build && copyfiles -u 2 './src/nodes/**/*.{png,svg}' ./dist/nodes/ && node build/build.js"
},
"files": [
"dist/**/*"
],
"node-red": {
"nodes": {
"TS3Config": "dist/nodes/TS3Config/TS3Config.js",
"TS3Get": "dist/nodes/TS3Call/TS3Call.js",
"TS3Event": "dist/nodes/TS3Event/TS3Event.js"
}
},
"dependencies": {
"ts3-nodejs-library": "^3.3.0"
},
"devDependencies": {
"typescript": "^4.2.4",
"@types/node": "^14.14.41",
"@types/node-red": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"copyfiles": "^2.4.1",
"eslint": "^7.25.0",
"mustache": "^4.2.0"
}
}