mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
16 lines
258 B
JSON
16 lines
258 B
JSON
|
{
|
||
|
"name": "@astrojs/with-nanostores",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "astro dev",
|
||
|
"build": "astro build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"astro": "^0.14.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"nanostores": "^0.3.3"
|
||
|
}
|
||
|
}
|