srx.astro.nix/package.json
2022-12-26 20:46:33 +01:00

27 lines
551 B
JSON

{
"name": "srx-portfolio",
"type": "module",
"version": "0.0.1",
"author": "Sebastian Wendel",
"homepage": "https://srx.dev",
"repository": {
"url": "https://github.com/sourceindex/srx.astro.nix.git",
"type": "git"
},
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.7.2"
},
"devDependencies": {
"prettier": "^2.8.1",
"prettier-plugin-astro": "^0.7.0"
}
}