mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
16 lines
313 B
JSON
16 lines
313 B
JSON
{
|
|
"name": "@test/recipes",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@astrojs/db": "workspace:*",
|
|
"astro": "workspace:*"
|
|
}
|
|
}
|