UNPKG

@intuitionrobotics/testelot

Version:
58 lines 1.32 kB
{ "name": "@intuitionrobotics/testelot", "version": "2.3.2", "engines": { "node": ">=20.10.0" }, "description": "Nu-Art Sir Testelot", "keywords": [ "IR", "infra", "nu-art", "tests", "thunderstorm", "typescript" ], "homepage": "https://github.com/intuition-robotics/testelot", "bugs": { "url": "https://github.com/intuition-robotics/testelot/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:intuition-robotics/testelot.git" }, "license": "Apache-2.0", "author": "IR", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "node-fetch": "^2.3.0", "object-hash": "^1.3.1", "@intuitionrobotics/ts-common": "2.3.2" }, "devDependencies": { "@types/node": "^20.0.0", "@types/node-fetch": "^2.3.0", "@types/object-hash": "^1.3.0", "typescript": "^5.3.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./*": { "types": "./dist/*.d.ts", "default": "./dist/*.js" } }, "sideEffects": false, "scripts": { "build": "tsc -b src/main/tsconfig.json", "lint": "eslint src/main --cache --cache-location ../node_modules/.cache/eslint/testelot" } }