interactive-gpio-node
Version:
41 lines (40 loc) • 1.02 kB
JSON
{
"name": "interactive-gpio-node",
"version": "0.1.13",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm run tsc",
"testrun" : "npm run tsc && node dist/test",
"buildlint": "npm run tsc && npm run lint",
"clean": "rimraf ./dist",
"lint": "eslint -c .eslintrc.js --ext .ts ./src --fix",
"tsc": "tsc",
"test": "mocha -r ts-node/register src/**/*.spec.ts"
},
"keywords": [
"RPI",
"GPIO",
"NODE"
],
"author": "Sebastien_G",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-prefer-arrow": "^1.2.3",
"typescript": "^5.1.3"
},
"dependencies": {
"delaytimes": "^1.0.3",
"express": "^4.18.2",
"onoff": "^6.0.3",
"pigpio": "^3.3.1",
"rxjs": "^7.8.1"
}
}