mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
fcdd37f684
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@astrojs/studio",
|
|
"version": "0.1.2",
|
|
"description": "Internal package powering integrations between Astro projects and Astro Studio",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/withastro/astro.git",
|
|
"directory": "packages/studio"
|
|
},
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/studio/",
|
|
"type": "module",
|
|
"author": "withastro",
|
|
"types": "./dist/index.js",
|
|
"main": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"withastro",
|
|
"astro-integration"
|
|
],
|
|
"scripts": {
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
|
},
|
|
"dependencies": {
|
|
"ci-info": "^4.1.0",
|
|
"kleur": "^4.1.5",
|
|
"yocto-spinner": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "workspace:*",
|
|
"astro-scripts": "workspace:*",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^6.0.1"
|
|
}
|
|
}
|