39 lines
746 B
JSON
39 lines
746 B
JSON
{
|
|
"name": "@ayco/astro-resume",
|
|
"author": "Ayo Ayco",
|
|
"homepage": "https://sr.ht/~ayoayco/astro-resume",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.sr.ht/~ayoayco/astro-resume"
|
|
},
|
|
"type": "module",
|
|
"version": "0.3.4",
|
|
"keywords": [
|
|
"astro-component",
|
|
"css",
|
|
"ui"
|
|
],
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./index.ts"
|
|
},
|
|
"files": [
|
|
"src/Serialize.astro",
|
|
"src/deserialize.ts",
|
|
"index.ts"
|
|
],
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"peerDependencies": {
|
|
"astro": "^2.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/node": "^5.3.0",
|
|
"devalue": "^4.3.2"
|
|
}
|
|
}
|