mirror of
https://github.com/directus/directus.git
synced 2026-01-27 07:08:17 -05:00
44 lines
981 B
JSON
44 lines
981 B
JSON
{
|
|
"name": "@directus/update-check",
|
|
"version": "9.25.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"dev": "tsc --watch",
|
|
"test": "vitest --watch=false"
|
|
},
|
|
"description": "Check if an update is available for a given package",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/directus/directus.git",
|
|
"directory": "packages/update-check"
|
|
},
|
|
"funding": "https://github.com/directus/directus?sponsor=1",
|
|
"license": "GPL-3.0",
|
|
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist",
|
|
"!**/*.d.ts?(.map)"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"semver": "7.3.8",
|
|
"undici": "5.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/tsconfig": "0.0.6",
|
|
"@ngneat/falso": "6.4.0",
|
|
"@types/semver": "7.3.13",
|
|
"@vitest/coverage-c8": "0.29.3",
|
|
"typescript": "4.9.5",
|
|
"vitest": "0.29.3"
|
|
}
|
|
}
|