nx-remotecache-ali-oss
Version:
Remote caching for @nrwl/nx using AliCloud Object Storage
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "nx-remotecache-ali-oss",
"version": "19.0.4",
"description": "Remote caching for @nrwl/nx using AliCloud Object Storage",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && tsc && cp package.json dist/package.json && cp README.md dist/README.md",
"release": "yarn run build && cd dist && yarn publish && cd .."
},
"repository": {
"type": "git",
"url": "git+https://github.com/vip30/nx-remotecache-ali-oss"
},
"files": [
"dist"
],
"keywords": [
"nx",
"remote",
"cache",
"remotecache",
"ali-oss",
"object storage",
"storage",
"typescript"
],
"license": "MIT",
"homepage": "https://github.com/vip30/nx-remotecache-ali-oss",
"devDependencies": {
"nx": "19.7.0",
"@types/yargs": "^17.0.33",
"@types/node": "^22.5.4",
"typescript": "^5.6.2",
"@types/ali-oss": "^6.16.11",
"prettier": "^3.3.3"
},
"dependencies": {
"ali-oss": "^6.21.0",
"nx-remotecache-custom": "^19.0.0"
},
"peerDependencies": {
"nx": "^19.0.0"
}
}