24 lines
498 B
JSON
24 lines
498 B
JSON
{
|
|
"name": "compose-anything",
|
|
"version": "1.0.0",
|
|
"packageManager": "pnpm@10.25.0",
|
|
"description": "Deploy anything with Docker Compose",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"compose",
|
|
"docker",
|
|
"deployment"
|
|
],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^7.4.3",
|
|
"eslint": "^10.0.1"
|
|
}
|
|
}
|