astro-parcel
Version:
Build and optimize your Astro project using Parcel
52 lines • 1.11 kB
JSON
{
"name": "astro-parcel",
"version": "0.6.0",
"description": "Build and optimize your Astro project using Parcel",
"homepage": "https://github.com/aminya/astro-parcel",
"repository": "https://github.com/aminya/astro-parcel",
"license": "Apache-2.0",
"author": "Amin Yahyaabadi",
"main": "./dist/lib.js",
"bin": {
"astro-parcel": "./dist/bin.js"
},
"dependencies": {
"astro": "3.2.0",
"execa": "5",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"mri": "^1.2.0",
"parcel": "2.9.3",
"posthtml": "^0.16.6",
"resolve": "^1.22.6",
"posthtml-relative-paths": "0.5.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.2",
"@types/resolve": "^1.20.3"
},
"engines": {},
"keywords": [
"parcel",
"astro",
"astro-parcel",
"astrobuild",
"parceljs",
"build",
"bundle",
"plugin",
"html",
"posthtml",
"relative",
"relative-path",
"path",
"root",
"url",
"relative-attribute",
"attribute"
],
"scripts": {
"build": "tsc",
"clean": "shx rm -rf .parcel-cache dist"
}
}