Files
directus/packages/update-check/package.json
Rijk van Zanten aa425a19da v11.0.0
2024-08-06 15:50:40 -04:00

48 lines
1.1 KiB
JSON

{
"name": "@directus/update-check",
"version": "12.0.0",
"description": "Check if an update for Directus is available",
"homepage": "https://directus.io",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/update-check"
},
"funding": "https://github.com/directus/directus?sponsor=1",
"license": "MIT",
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"type": "module",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format=esm --dts",
"dev": "tsup src/index.ts --format=esm --dts --watch",
"test": "vitest --watch=false"
},
"dependencies": {
"axios": "1.7.3",
"axios-cache-interceptor": "1.5.3",
"boxen": "7.1.1",
"chalk": "5.3.0",
"find-cache-dir": "5.0.0",
"semver": "7.6.2"
},
"devDependencies": {
"@directus/tsconfig": "workspace:*",
"@npm/types": "1.0.2",
"@types/node": "18.19.43",
"@types/semver": "7.5.8",
"@vitest/coverage-v8": "1.5.3",
"strip-ansi": "7.1.0",
"tsup": "8.2.2",
"typescript": "5.4.5",
"vitest": "1.5.3"
}
}