astro-tina
Version:
Support contextual editing with TinaCMS in static Astro sites.
33 lines (32 loc) • 651 B
JSON
{
"name": "astro-tina",
"version": "0.1.3",
"description": "Support contextual editing with TinaCMS in static Astro sites.",
"type": "module",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"scripts": {
"build": "npx tsc",
"test": "npm run build",
"prepublishOnly": "npm run build"
},
"keywords": [
"withastro",
"tina",
"tinacms",
"astro"
],
"author": "Dylan Awalt-Conley",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.19.13",
"astro": "^5.13.7",
"prettier": "^3.6.2",
"typescript": "^5.6.3"
},
"peerDependencies": {
"astro": ">=2.6.0 <6.0.0"
}
}