Files
smartradius/package.json

26 lines
663 B
JSON
Raw Normal View History

2026-02-01 15:44:22 +00:00
{
"name": "@push.rocks/smartradius",
"version": "1.0.1",
"private": false,
"description": "a radius server implementation",
"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 --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@git.zone/tsbuild": "^3.1.2",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^3.1.3",
"@types/node": "^24.10.1"
},
"dependencies": {
"@push.rocks/smartpath": "^6.0.0"
}
}