Files
archived-headscalez/package.json
2025-05-09 12:40:28 +10:00

40 lines
1013 B
JSON

{
"name": "@drop-oss/headscalez",
"version": "0.0.3",
"repository": "https://githu.com/Drop-OSS/headscalez",
"license": "MIT",
"main": "./dist/index.js",
"exports": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": "./bin/headscalez",
"files": [
"dist",
"bin"
],
"scripts": {
"lint": "eslint --ext .ts,.js",
"prepack": "unbuild",
"dev": "jiti ./src/cli.ts",
"start": "npx concurrently 'yarn dev' 'node server.mjs'",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint"
},
"dependencies": {
"consola": "^2.15.3",
"decompress": "^4.2.1",
"fs-extra": "^10.0.0",
"node-graceful-shutdown": "^1.1.0",
"ofetch": "^1.4.1",
"ora": "^5.4.1"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"eslint": "^7.30.0",
"execa": "^5.1.1",
"jiti": "^1.10.1",
"standard-version": "^9.3.0",
"typescript": "^4.3.5",
"unbuild": "^0.3.1"
}
}