mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
17 lines
313 B
JSON
17 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:*"
|
||
|
}
|
||
|
}
|