astro/packages/integrations/partytown/package.json
2023-08-24 16:34:33 +08:00

42 lines
1.1 KiB
JSON

{
"name": "@astrojs/partytown",
"description": "Use Partytown to move scripts into a web worker in your Astro project",
"version": "2.0.0-rc.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/withastro/astro.git",
"directory": "packages/integrations/partytown"
},
"keywords": [
"astro-integration",
"astro-component",
"analytics",
"performance"
],
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/partytown/",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@builder.io/partytown": "^0.8.0",
"mrmime": "^1.0.1"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*"
}
}