Files
unifi/package.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2026-02-02 14:53:43 +00:00
{
"name": "@apiclient.xyz/unifi",
"version": "1.0.1",
"private": false,
"description": "an unofficial unifi api package",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 60)",
"build": "(tsbuild tsfolders --allowimplicitany)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.1.2",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.1.8",
"@types/node": "^25.2.0"
},
"dependencies": {
"@push.rocks/smartpath": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://code.foss.global/apiclient.xyz/unifi.git"
},
"bugs": {
"url": "https://code.foss.global/apiclient.xyz/unifi/issues"
},
"homepage": "https://code.foss.global/apiclient.xyz/unifi#readme",
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"pnpm": {
"overrides": {}
}
}