UNPKG

jvsveml6070

Version:

Node.js package for the Vishay VEML6070 UVA Light Sensor, written in TypeScript.

50 lines (49 loc) 1.39 kB
{ "name": "jvsveml6070", "version": "1.0.4", "description": "Node.js package for the Vishay VEML6070 UVA Light Sensor, written in TypeScript.", "keywords": [ "vishay", "veml6070", "uv", "uva", "light", "sensor", "i2c", "typescript" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "lint": "npx eslint . --ext .ts", "lint-fix": "npx eslint . --fix --ext .ts", "docs": "rm -rf docs && npx typedoc", "build": "rm -rf dist && npx tsc" }, "author": "Joris Vervuurt Software <developer@joris-vervuurt.com> (https://www.joris-vervuurt.com)", "repository": { "type": "git", "url": "https://github.com/jorisvervuurt/jvsveml6070" }, "bugs": { "url": "https://github.com/jorisvervuurt/jvsveml6070/issues" }, "license": "ISC", "dependencies": { "i2c-bus": "^5.2.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.3", "@types/i2c-bus": "^5.1.0", "@types/node": "^18.6.3", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.32.0", "eslint": "^8.21.0", "eslint-plugin-tsdoc": "^0.2.16", "typedoc": "^0.23.10", "typescript": "^4.7.4" } }