@vercel/remote-nx
Version:
Remote caching for @nrwl/nx using Vercel Remote Cache
44 lines • 974 B
JSON
{
"name": "@vercel/remote-nx",
"version": "2.0.0",
"description": "Remote caching for @nrwl/nx using Vercel Remote Cache",
"license": "MPL-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"vercel",
"nx",
"remote",
"cache",
"remotecache",
"blob",
"storage",
"typescript"
],
"author": "Vercel",
"devDependencies": {
"@babel/core": "^7.22.5",
"@nx/workspace": "^17.2.8",
"@types/yargs": "^17.0.24",
"nx": "^17.2.8",
"typescript": "5.1.3",
"vitest": "^0.32.0",
"tsconfig": "1.0.0"
},
"dependencies": {
"chalk": "^4.1.0",
"nx-remotecache-custom": "^17.1.1",
"@vercel/remote": "1.0.1"
},
"scripts": {
"lint": "eslint src/**/*.ts",
"test": "vitest run",
"typecheck": "tsc -p tsconfig.json --emitDeclarationOnly false --noEmit",
"build": "tsup",
"dev": "tsup --watch",
"clean:build": "rm -rf dist"
}
}