mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
651f45b401
* feat: allow Houston to wear Scarfs * refactor: allow 1 object to be passed instead of separate * set messages back to original state / add ties * refactor to getClothes method * refactor: add clothes per season * refactor: add messages with timing too * refactor to new file * refactor: use `hat` & `tie` instead of `clothes` * refactor: use `getSeasonalHouston` only once * chore: upgrade dependencies * fix mistake in date * feat(create-astro): refactor seasonal logic * chore: remove unused entrypoint * refactor: simplify seasonal data * chore: add changeset --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "create-astro",
|
|
"version": "4.7.0",
|
|
"type": "module",
|
|
"author": "withastro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/astro.git",
|
|
"directory": "packages/create-astro"
|
|
},
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
"homepage": "https://astro.build",
|
|
"exports": {
|
|
".": "./create-astro.mjs"
|
|
},
|
|
"main": "./create-astro.mjs",
|
|
"bin": {
|
|
"create-astro": "./create-astro.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\"",
|
|
"test": "mocha --exit --timeout 20000 --parallel"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"create-astro.js"
|
|
],
|
|
"//a": "MOST PACKAGES SHOULD GO IN DEV_DEPENDENCIES! THEY WILL BE BUNDLED.",
|
|
"//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
|
|
"dependencies": {
|
|
"@astrojs/cli-kit": "^0.4.1",
|
|
"giget": "1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"arg": "^5.0.2",
|
|
"astro-scripts": "workspace:*",
|
|
"chai": "^4.3.7",
|
|
"mocha": "^10.2.0",
|
|
"strip-ansi": "^7.1.0",
|
|
"strip-json-comments": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.14.1"
|
|
},
|
|
"publishConfig": {
|
|
"provenance": true
|
|
}
|
|
}
|