Files
directus/packages/update-check/package.json
rijkvanzanten 373cc9f4fa v10.5.0
2023-07-25 17:36:33 -04:00

43 lines
1.0 KiB
JSON

{
"name": "@directus/update-check",
"version": "11.0.2",
"description": "Check if an update is available for a given package",
"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": "tsc --project tsconfig.prod.json",
"dev": "tsc --watch"
},
"dependencies": {
"boxen": "7.1.0",
"chalk": "5.2.0",
"find-cache-dir": "4.0.0",
"node-fetch-cache": "3.1.3",
"semver": "7.5.1"
},
"devDependencies": {
"@directus/tsconfig": "workspace:*",
"@npm/types": "1.0.2",
"@types/find-cache-dir": "3.2.1",
"@types/node-fetch-cache": "3.0.0",
"@types/semver": "7.5.0",
"typescript": "5.0.4"
}
}