Files
directus/packages/update-check/package.json
rijkvanzanten 835b0de89d v9.25.2
2023-04-20 10:49:53 -04:00

44 lines
981 B
JSON

{
"name": "@directus/update-check",
"version": "9.25.2",
"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"
}
}