| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "smartknobjs",
- "version": "0.1.0",
- "description": "SmartKnob Interface Library",
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "scripts": {
- "build": "tsc",
- "format": "prettier --write \"**/*.+(js|ts|json)\"",
- "lint": "eslint --ext .js,.ts ."
- },
- "author": "",
- "license": "Apache-2.0",
- "dependencies": {
- "cobs": "^0.2.1",
- "crc-32": "^1.2.0",
- "serialport": "^9.2.4",
- "smartknobjs-proto": "^0.1.0"
- },
- "devDependencies": {
- "@types/serialport": "^8.0.2",
- "@typescript-eslint/eslint-plugin": "^5.40.1",
- "@typescript-eslint/parser": "^5.40.1",
- "eslint": "^8.25.0",
- "prettier": "^2.4.1",
- "ts-node": "^10.2.1",
- "typescript": "^4.8.4"
- }
- }
|