2023-11-28 09:39:38 -05:00
|
|
|
{
|
|
|
|
"name": "@astrojs/upgrade",
|
2024-04-11 06:24:47 -05:00
|
|
|
"version": "0.3.0",
|
2023-11-28 09:39:38 -05:00
|
|
|
"type": "module",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/withastro/astro.git",
|
|
|
|
"directory": "packages/upgrade"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
|
|
"homepage": "https://astro.build",
|
|
|
|
"exports": {
|
|
|
|
".": "./upgrade.mjs"
|
|
|
|
},
|
|
|
|
"main": "./upgrade.mjs",
|
|
|
|
"bin": "./upgrade.mjs",
|
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/index.ts\" --bundle && tsc",
|
|
|
|
"build:ci": "astro-scripts build \"src/index.ts\" --bundle",
|
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
2024-01-12 02:53:00 -05:00
|
|
|
"test": "astro-scripts test \"test/**/*.test.js\""
|
2023-11-28 09:39:38 -05:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"upgrade.js"
|
|
|
|
],
|
|
|
|
"//a": "MOST PACKAGES SHOULD GO IN DEV_DEPENDENCIES! THEY WILL BE BUNDLED.",
|
|
|
|
"//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/cli-kit": "^0.2.3",
|
|
|
|
"semver": "^7.5.4",
|
|
|
|
"which-pm-runs": "^1.1.0",
|
|
|
|
"terminal-link": "^3.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/semver": "^7.5.2",
|
|
|
|
"@types/which-pm-runs": "^1.0.0",
|
|
|
|
"arg": "^5.0.2",
|
|
|
|
"astro-scripts": "workspace:*",
|
|
|
|
"strip-ansi": "^7.1.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
2024-04-10 08:53:55 -05:00
|
|
|
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
|
2023-11-28 09:39:38 -05:00
|
|
|
}
|
|
|
|
}
|