0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/scripts/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
380 B
JSON
Raw Normal View History

{
2021-05-03 13:26:10 -05:00
"name": "astro-scripts",
"version": "0.0.14",
2021-05-03 13:26:10 -05:00
"private": true,
"type": "module",
"main": "./index.js",
"bin": {
"astro-scripts": "./index.js"
},
"dependencies": {
"esbuild": "^0.21.5",
2023-06-21 08:09:49 -05:00
"esbuild-plugin-copy": "^2.1.1",
"fast-glob": "^3.3.2",
"kleur": "^4.1.5",
"p-limit": "^6.1.0",
2024-08-28 09:52:49 -05:00
"tinyexec": "^0.3.0",
"tsconfck": "^3.1.3"
2021-05-03 13:26:10 -05:00
}
}