@intuitionrobotics/testelot
Version:
Nu-Art Sir Testelot
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "@intuitionrobotics/testelot",
"version": "0.47.58",
"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",
"main": "index.js",
"types": "index.d.ts",
"files": [
"**/*"
],
"scripts": {
"build": "tsc -p src/main/tsconfig.json --rootDir ./src/main --outDir dist",
"lint": "tslint -p src/main/tsconfig.json"
},
"dependencies": {
"@intuitionrobotics/ts-common": "~0.47.0",
"node-fetch": "^2.3.0",
"object-hash": "^1.3.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tslint": "^6.1.3",
"@types/node-fetch": "^2.3.0",
"@types/object-hash": "^1.3.0",
"typescript": "^5.3.0"
}
}