@mansagroup/nx-gcs-remote-cache
Version:
A Google Cloud Storage distributed cache plugin for Nx
86 lines (85 loc) • 2.26 kB
JSON
{
"name": "@mansagroup/nx-gcs-remote-cache",
"version": "1.1.0",
"description": "A Google Cloud Storage distributed cache plugin for Nx",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"test": "jest --passWithNoTests",
"prepare": "husky install",
"prepublishOnly": "npm run build",
"release": "np --message=\"chore: v%s\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/MansaGroup/nx-gcs-remote-cache.git"
},
"keywords": [
"nrwl",
"nx",
"distributed",
"cache",
"gcp",
"gcs"
],
"author": "Jérémy Levilain <jeremy.levilain@getmansa.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MansaGroup/nx-gcs-remote-cache/issues"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"header-max-length": [
2,
"always",
85
]
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{md,yml,html,css,scss,json}": "prettier --write"
},
"homepage": "https://github.com/MansaGroup/nx-gcs-remote-cache#readme",
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@types/tar": "6.1.1",
"@types/tmp": "0.2.3",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
"eslint": "8.19.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import-helpers": "1.2.1",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sonarjs": "0.13.0",
"eslint-plugin-unused-imports": "2.0.0",
"husky": "8.0.1",
"jest": "28.1.2",
"jest-circus": "28.1.2",
"lint-staged": "13.0.3",
"np": "^7.6.2",
"prettier": "2.7.1",
"ts-jest": "28.0.5",
"typescript": "4.7.4"
},
"dependencies": {
"@google-cloud/storage": "6.2.2",
"chalk": "4.1.2",
"tar": "6.1.11",
"tmp-promise": "3.0.3"
},
"peerDependencies": {
"@nrwl/workspace": "^13.1.0 || ^14.0.0"
}
}