@salto-io/da-playa
Version:
Deploy locks management (CLI and Slackbot)
62 lines (61 loc) • 1.49 kB
JSON
{
"name": "@salto-io/da-playa",
"version": "0.0.25",
"description": "Deploy locks management (CLI and Slackbot)",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b",
"clean": "rm -rf ./dist",
"test": "jest",
"lint": "eslint .",
"cli": "node ./dist/src/cli/entrypoint.js"
},
"bin": "dist/src/cli/entrypoint.js",
"repository": {
"type": "git",
"url": "git+https://github.com/erikzaadi/daplaya.git"
},
"keywords": [
"deploy",
"lease",
"pool",
"slack",
"cli",
"ci"
],
"author": "erikzaadi",
"license": "MIT",
"bugs": {
"url": "https://github.com/erikzaadi/daplaya/issues"
},
"homepage": "https://github.com/erikzaadi/daplaya#readme",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^9.4.0",
"uuid": "^8.3.2",
"dynamodb": "^1.3.0",
"joi": "^17.4.0"
},
"devDependencies": {
"@types/dynamodb": "^1.2.2",
"@types/jest": "^26.0.21",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4",
"typescript": "^4.6.4"
},
"prettier": {
"arrowParens": "avoid",
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}
}