UNPKG

oda-sid-model

Version:

ODA SID Model Library for TMF APIs

43 lines (42 loc) 870 B
{ "name": "oda-sid-model", "version": "0.1.8", "description": "ODA SID Model Library for TMF APIs", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "scripts": { "build": "tsup --clean", "build:watch": "tsup --watch", "build:prod": "tsup --clean --minify", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "tmf", "oda", "sid", "api" ], "author": "VNPT", "license": "ISC", "type": "module", "devDependencies": { "tsup": "^8.5.0", "typescript": "^5.8.3" }, "dependencies": { "axios": "^1.11.0" }, "sideEffects": false }