2021-04-30 16:33:35 -05:00
|
|
|
{
|
2021-05-03 13:26:10 -05:00
|
|
|
"name": "astro-scripts",
|
2023-03-07 14:49:19 -05:00
|
|
|
"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": {
|
2024-06-11 02:59:21 -05:00
|
|
|
"esbuild": "^0.21.5",
|
2023-06-21 08:09:49 -05:00
|
|
|
"esbuild-plugin-copy": "^2.1.1",
|
2024-08-20 05:25:04 -05:00
|
|
|
"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",
|
2024-10-15 01:42:58 -05:00
|
|
|
"tsconfck": "^3.1.4"
|
2021-05-03 13:26:10 -05:00
|
|
|
}
|
2021-04-30 16:33:35 -05:00
|
|
|
}
|