UNPKG

@intuitionrobotics/ts-common

Version:
48 lines (47 loc) 1.17 kB
{ "name": "@intuitionrobotics/ts-common", "version": "0.47.51", "description": "js and ts infra", "keywords": [ "IR", "infra", "nu-art", "thunderstorm", "ts-common", "typescript" ], "homepage": "https://github.com/intuition-robotics/ts-common", "bugs": { "url": "https://github.com/intuition-robotics/ts-common/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:intuition-robotics/ts-common.git" }, "license": "Apache-2.0", "author": "IR", "main": "index.js", "types": "index.d.ts", "scripts": { "build": "tsc -p src/main/tsconfig.json --rootDir ./src/main --outDir dist", "lint": "tslint -p src/main/tsconfig.json" }, "dependencies": { "moment": "^2.29.4", "node-forge": "^1.3.1" }, "devDependencies": { "@types/node": "^20.0.0", "tslint": "^6.1.3", "@types/node-forge": "^1.3.2", "@typescript-eslint/eslint-plugin": "^2.31.0", "@typescript-eslint/parser": "^2.31.0", "eslint": "^6.8.0", "ts-node": "^8.6.2", "typescript": "^5.3.0" }, "_moduleAliases": { "@main": "dist/main/ts", "@test": "dist/test/ts" } }