astro-reactive-form/packages/common/package.json
2022-10-28 12:34:30 +02:00

20 lines
564 B
JSON

{
"name": "@astro-reactive/common",
"version": "0.0.1",
"description": "Common code for Astro Reactive Packages",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayoayco/astro-reactive-library/issues"
},
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}