mirror of
https://github.com/Drop-OSS/headscalez.git
synced 2026-01-30 20:55:17 +01:00
40 lines
999 B
JSON
40 lines
999 B
JSON
{
|
|
"name": "mongoz",
|
|
"version": "0.0.2",
|
|
"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"
|
|
}
|
|
}
|