@robotical/roboticaljs
Version:
Javascript/TS library for Robotical products
55 lines (54 loc) • 1.6 kB
JSON
{
"name": "@robotical/roboticaljs",
"version": "1.1.24",
"description": "Javascript/TS library for Robotical products",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"author": "Rob Dobson <rob@dobson.com>",
"repository": {
"type": "git",
"url": "https://github.com/robotical/rocoticaljs.git"
},
"bugs": {
"url": "https://github.com/robotical/roboticaljs/issues"
},
"license": "MIT",
"keywords": [
"Robotical"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"build-all": "npm run clean && npm run build",
"test": "jest",
"lint": "eslint ./src",
"clean": "rm -rf dist build package",
"docs": "typedoc --entryPoints src/main.ts",
"watch": "tsc -p tsconfig.json --watch"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.0",
"@types/semver": "^7.5.8",
"@types/text-encoding": "^0.0.39",
"@types/web-bluetooth": "^0.0.20",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.4.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
},
"dependencies": {
"isomorphic-ws": "^5.0.0",
"semver": "^7.6.2",
"text-encoding": "^0.7.0",
"tslib": "^2.6.2"
},
"peerDependencies": {
"@robotical/raftjs": "^1.4.5"
}
}