mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
36d8d921db
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
21 lines
396 B
JSON
21 lines
396 B
JSON
{
|
|
"name": "@example/toolbar-app",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"peerDependencies": {
|
|
"astro": "^4.6.1"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"exports": {
|
|
".": "./dist/integration.js",
|
|
"./app": "./dist/app.js"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^4.16.15",
|
|
"@types/node": "^18.17.8"
|
|
}
|
|
}
|