docker-js-client
Version:
|ci badge|
33 lines (32 loc) • 834 B
JSON
{
"name": "docker-js-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"lint": "eslint --fix src/**/*.ts",
"format": "prettier --write \"src/**/*.ts\"",
"lint:check": "eslint src/**/*.ts",
"format:check": "prettier --check \"src/**/*.ts\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"docker",
"devOps",
"automation"
],
"author": "Mohsin-Ul-Islam",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"prettier": "^2.7.1",
"typescript": "<4.9.0"
}
}