@nano-edge/cli
Version:
A simple CLI used to deploy an app to NanoEdge
55 lines (54 loc) • 1.36 kB
JSON
{
"name": "@nano-edge/cli",
"version": "1.11.1",
"type": "module",
"author": "David Adamson",
"license": "MIT",
"description": "A simple CLI used to deploy an app to NanoEdge",
"keywords": [
"cli",
"NanoEdge",
"serverless",
"selfhosted",
"functions",
"faas",
"edge-functions"
],
"homepage": "https://github.com/adamsondavid/nano-edge#readme",
"bugs": {
"url": "https://github.com/adamsondavid/nano-edge/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamsondavid/nano-edge.git"
},
"files": [
"dist"
],
"bin": {
"nano-edge": "dist/bin/nano-edge.js"
},
"main": "dist/src/index.js",
"scripts": {
"check:format": "prettier --ignore-path ../.gitignore --check .",
"check:types": "tsc --noEmit",
"build": "tsup-node --format=esm --dts --minify --entry=src/index.ts --entry=bin/*.ts",
"prepack": "npm run build && cp ../README.md README.md"
},
"dependencies": {
"@ts-rest/core": "^3.52.0",
"jwt-decode": "^4.0.0",
"tar": "^7.4.3",
"yargs": "^17.7.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/yargs": "^17.0.33",
"prettier": "^3.5.1",
"semantic-release": "^24.2.2",
"semantic-release-monorepo": "^8.0.2",
"tsup": "^8.3.6",
"typescript": "~5.7.3"
}
}