UNPKG

@robotical/ricjs

Version:

Javascript/TS library for Robotical RIC

54 lines (53 loc) 1.58 kB
{ "name": "@robotical/ricjs", "version": "1.1.0-magnetometer", "description": "Javascript/TS library for Robotical RIC", "author": "Rob Dobson <rob@dobson.com>", "repository": { "type": "git", "url": "https://github.com/robotical/ricjs.git" }, "license": "MIT", "keywords": [ "RIC", "Robotical", "robotics" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "main": "./dist/main.js", "types": "./dist/main.d.ts", "scripts": { "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx", "test": "jest", "clean": "rm -rf dist build package", "ts-node": "ts-node", "docs": "typedoc --entryPoints src/main.ts", "build": "tsc -p tsconfig.json", "build-all": "npm run clean && npm run build", "watch": "tsc -p tsconfig.json --watch" }, "devDependencies": { "@types/jest": "^27.4.0", "@types/node": "^17.0.18", "@types/semver": "^7.3.9", "@types/web-bluetooth": "^0.0.14", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "eslint": "^8.9.0", "jest": "^27.5.1", "ts-jest": "^27.1.3", "ts-node": "^10.5.0", "typedoc": "^0.22.11", "typescript": "^4.5.5" }, "dependencies": { "@types/w3c-web-serial": "^1.0.3", "axios": "^0.26.0", "buffer": "^6.0.3", "isomorphic-ws": "^4.0.1", "semver": "^7.3.5" } }