ycnf
Version:
CLI utility for managing Yandex Cloud Functions
51 lines (50 loc) • 1.08 kB
JSON
{
"name": "ycnf",
"version": "1.1.2",
"description": "CLI utility for managing Yandex Cloud Functions",
"main": "cli.js",
"bin": {
"ycnf": "cli.js"
},
"scripts": {
"start": "node cli.js",
"test": "node -e \"console.log('✅ Package structure is valid'); process.exit(0)\"",
"prepublishOnly": "npm test",
"prepack": "npm run test"
},
"keywords": [
"yandex-cloud",
"functions",
"cli",
"serverless",
"yc",
"yandex",
"cloud-functions",
"deployment"
],
"author": {
"name": "iMkhl",
"email": "mkhl.ivnv@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ivnvMkhl/ycnf.git"
},
"homepage": "https://github.com/ivnvMkhl/ycnf#readme",
"bugs": {
"url": "https://github.com/ivnvMkhl/ycnf/issues"
},
"dependencies": {
"archiver": "^6.0.1",
"chalk": "^4.1.2",
"commander": "^12.0.0",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"lekalo": "^0.0.4",
"ora": "^5.4.1"
},
"engines": {
"node": ">=14.0.0"
}
}