Spaces:
Configuration error
Configuration error
File size: 1,894 Bytes
b664dbe eabef5f b664dbe 4384839 bdc1ac8 cdf7155 bdc1ac8 4384839 bdc1ac8 4384839 bdc1ac8 4384839 b664dbe 5b2c43c b664dbe 4384839 b664dbe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | {
"name": "@lerobot/web",
"version": "0.5.0",
"description": "Web-based robotics control using WebSerial API",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./calibrate": {
"import": "./dist/calibrate.js",
"types": "./dist/calibrate.d.ts"
},
"./teleoperate": {
"import": "./dist/teleoperate.js",
"types": "./dist/teleoperate.d.ts"
},
"./find-port": {
"import": "./dist/find_port.js",
"types": "./dist/find_port.d.ts"
}
},
"files": [
"dist/**/*",
"README.md"
],
"keywords": [
"robotics",
"webserial",
"hardware-control",
"browser",
"typescript"
],
"scripts": {
"build": "tsc --project tsconfig.build.json",
"watch": "tsc --project tsconfig.build.json --watch",
"lint": "eslint src --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"prepublishOnly": "npm run build",
"dev": "vitest --watch",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitest/ui": "^2.1.9",
"eslint": "^8.0.0",
"jsdom": "^24.1.3",
"typescript": "^5.3.0",
"vite": "^6.3.5",
"vitest": "^2.1.9"
},
"peerDependencies": {
"typescript": ">=4.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/timpietrusky/lerobot.js/tree/main/packages/web"
},
"license": "Apache-2.0",
"author": "Tim Pietrusky",
"publishConfig": {
"access": "public"
},
"dependencies": {
"apache-arrow": "^21.0.0",
"jszip": "^3.10.1",
"parquet-wasm": "^0.6.1"
}
}
|