nx-remotecache-custom-3
Version:
Build custom caching for @nrwl/nx in a few lines of code
46 lines (45 loc) • 1.32 kB
JSON
{
"name": "nx-remotecache-custom-3",
"version": "3.0.1",
"description": "Build custom caching for @nrwl/nx in a few lines of code",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc && cp package.json dist/package.json && cp README.md dist/README.md && cp CHANGELOG.md dist/CHANGELOG.md",
"release": "npm run build && cd dist && npm publish && cd ..",
"local-release": "npm run build && cd dist && npm publish --registry=http://localhost:4873/ && cd ..",
"link": "npm run build && cd dist && npm link && cd .."
},
"repository": {
"type": "git",
"url": "git+https://github.com/NiklasPor/nx-remotecache-custom.git"
},
"keywords": [
"nx",
"remote",
"cache",
"remotecache",
"angular",
"typescript"
],
"author": "Niklas Portmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/NiklasPor/nx-remotecache-custom/issues"
},
"homepage": "https://github.com/NiklasPor/nx-remotecache-custom#readme",
"devDependencies": {
"@nrwl/workspace": "^15.2.0",
"@types/tar": "^6.1.3",
"@types/yargs": "^17.0.13",
"typescript": "^4.1.3"
},
"dependencies": {
"chalk": "^4.1.2",
"dotenv": "^16.0.3",
"tar": "^6.1.12"
},
"peerDependencies": {
"@nrwl/workspace": ">=9.2.2"
}
}