| 12345678910111213141516171819202122232425262728 |
- {
- "name": "example",
- "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 .",
- "main": "ts-node src/index.ts"
- },
- "author": "",
- "license": "Apache-2.0",
- "dependencies": {
- "serialport": "^9.2.4",
- "smartknobjs": "^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"
- }
- }
|