UNPKG

unico-js

Version:

A Javascript library to interact with the UNICO API.

35 lines (34 loc) 693 B
{ "name": "unico-js", "version": "0.0.7", "description": "A Javascript library to interact with the UNICO API.", "author": "UNICO", "license": "MIT", "keywords": [ "npm", "ai", "api", "unico", "javascript" ], "repository": { "type": "git", "url": "https://github.com/unico-it/unico-js.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "start": "node dist/index.js", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "devDependencies": { "@eslint/js": "^9.26.0", "@types/node": "^22.15.24", "@types/node-fetch": "^2.6.12", "eslint": "^9.26.0", "typescript": "^5.8.3", "typescript-eslint": "^8.31.1" } }