astro-resume/package.json

40 lines
866 B
JSON

{
"name": "@ayco/astro-resume",
"author": "Ayo Ayco",
"homepage": "https://github.com/ayoayco/astro-resume",
"repository": {
"type": "git",
"url": "https://github.com/ayoayco/astro-resume"
},
"type": "module",
"version": "0.4.1",
"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",
"publish:patch": "npm version patch && npm publish --access public",
"publish:minor": "npm version minor && npm publish --access public"
},
"devDependencies": {
"devalue": "^5.1.1"
},
"peerDependencies": {
"astro": "^4.12.2"
}
}