Files
directus/packages/update-check/package.json
Rijk van Zanten d3874a8f19 v10.9.0
2024-02-06 14:29:32 -05:00

48 lines
1.1 KiB
JSON

{
"name": "@directus/update-check",
"version": "11.0.5",
"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.6.7",
"axios-cache-interceptor": "1.5.1",
"boxen": "7.1.1",
"chalk": "5.3.0",
"find-cache-dir": "5.0.0",
"semver": "7.5.4"
},
"devDependencies": {
"@directus/tsconfig": "workspace:*",
"@npm/types": "1.0.2",
"@types/node": "18.19.12",
"@types/semver": "7.5.6",
"@vitest/coverage-v8": "1.2.2",
"strip-ansi": "7.1.0",
"tsup": "8.0.1",
"typescript": "5.3.3",
"vitest": "1.2.2"
}
}