mirror of
https://github.com/Drop-OSS/headscalez.git
synced 2026-01-30 20:55:17 +01:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@drop-oss/headscalez",
|
|
"version": "0.0.4",
|
|
"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",
|
|
"private": false,
|
|
"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 --access=public",
|
|
"test": "yarn lint",
|
|
"generate": "cp buf.gen.yaml headscale/proto/ && cd headscale/proto && buf generate && rm buf.gen.yaml"
|
|
},
|
|
"dependencies": {
|
|
"@protobuf-ts/grpcweb-transport": "^2.10.0",
|
|
"@protobuf-ts/runtime": "^2.10.0",
|
|
"@protobuf-ts/runtime-rpc": "^2.10.0",
|
|
"execa": "^9.5.3",
|
|
"fs-extra": "^11.3.0",
|
|
"node-graceful-shutdown": "^1.1.5",
|
|
"ofetch": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/buf": "^1.53.0",
|
|
"@nuxtjs/eslint-config-typescript": "^6.0.1",
|
|
"@types/node": "^22.15.17",
|
|
"eslint": "^7.30.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-prettier": "^5.4.0",
|
|
"grpc-tools": "^1.13.0",
|
|
"jiti": "^2.4.2",
|
|
"standard-version": "^9.3.0",
|
|
"typescript": "^4.3.5",
|
|
"unbuild": "^3.5.0"
|
|
}
|
|
}
|