mirror of
https://github.com/Drop-OSS/headscalez.git
synced 2026-01-30 20:55:17 +01:00
39 lines
1005 B
JSON
39 lines
1005 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",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "^11.3.0",
|
|
"node-graceful-shutdown": "^1.1.5",
|
|
"ofetch": "^1.4.1",
|
|
"execa": "^9.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/eslint-config-typescript": "^6.0.1",
|
|
"@types/node": "^22.15.17",
|
|
"eslint": "^7.30.0",
|
|
"jiti": "^2.4.2",
|
|
"standard-version": "^9.3.0",
|
|
"typescript": "^4.3.5",
|
|
"unbuild": "^3.5.0"
|
|
}
|
|
}
|