UNPKG

@trickfilm400/cs141-ups-mangement-card

Version:
47 lines (46 loc) 1.16 kB
{ "name": "@trickfilm400/cs141-ups-mangement-card", "version": "1.0.7", "description": "Node.JS API for CS141 Management Card for UPS Systems", "module": "./dist/esm/index.js", "main": "./dist/index.js", "typings": "./types/index.d.ts", "files": [ "dist", "types" ], "scripts": { "build": "tsc && tsc -p tsconfig.esm.json", "test": "echo \"Error: no test specified\" && exit 1", "start": "node .", "dev": "ts-node-dev --respawn --no-deps --rs --cls ./src/index.ts" }, "keywords": [ "template", "typescript", "cs141", "ups", "management-card", "cs141-ups-mangement-card" ], "repository": { "type": "git", "url": "https://github.com/Trickfilm400/cs141-ups-mangement-card" }, "author": "Nico W. <info@ni-wa.de> (https://trickfilm400.de/)", "license": "MIT", "devDependencies": { "@types/node": "^22.17.0", "@trickfilm400/eslint-shared-config": "^0.0.1", "prettier": "^3.6.2", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "typescript": "^5.9.2" }, "dependencies": { "axios": "^1.11.0" }, "publishConfig": { "access": "public" } }