mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
81c01d121f
* Adding astro-nanostores example * Changed package name and removed lock file
15 lines
258 B
JSON
15 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"
|
|
}
|
|
}
|