25 lines
592 B
JSON
25 lines
592 B
JSON
{
|
|
"name": "@astro-reactive/common",
|
|
"version": "0.0.3",
|
|
"description": "Common code for Astro Reactive Packages",
|
|
"main": "index.js",
|
|
"devDependencies": {},
|
|
"exports": {
|
|
".": "./index.ts"
|
|
},
|
|
"files": [
|
|
"types/",
|
|
"index.ts"
|
|
],
|
|
"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": {}
|
|
}
|