@jin7942/ray
Version:
Lightweight CI/CD deployment tool powered by Docker and Git
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "@jin7942/ray",
"publishConfig": {
"access": "public"
},
"version": "1.5.5",
"description": "Lightweight CI/CD deployment tool powered by Docker and Git",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"ray": "./dist/bin/ray.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/bin/ray.js",
"dev": "nodemon --watch src --exec ts-node src/bin/ray.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jin7942/ray.git"
},
"keywords": [
"ci",
"cd",
"deployment",
"automation",
"cli",
"docker",
"git"
],
"author": "jin7942",
"license": "MIT",
"bugs": {
"url": "https://github.com/jin7942/ray/issues"
},
"homepage": "https://github.com/jin7942/ray#readme",
"devDependencies": {
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"files": [
"dist",
"ray.config.json",
"README.md"
]
}