109693bb05
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
37 lines
953 B
JSON
37 lines
953 B
JSON
{
|
|
"name": "@astrojs/turbolinks",
|
|
"description": "Turbolinks + Astro Integrations",
|
|
"version": "0.0.2",
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"author": "withastro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/astro.git",
|
|
"directory": "packages/integrations/turbolinks"
|
|
},
|
|
"keywords": [
|
|
"astro-component",
|
|
"performance"
|
|
],
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
"homepage": "https://astro.build",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./client.js": "./client.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
|
},
|
|
"dependencies": {
|
|
"turbolinks": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "workspace:*",
|
|
"astro-scripts": "workspace:*"
|
|
}
|
|
}
|