@tinacms/vercel-previews
Version:
48 lines • 997 B
JSON
{
"name": "@tinacms/vercel-previews",
"type": "module",
"version": "0.2.19",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"tinacms",
"cms",
"react"
],
"files": [
"dist"
],
"buildConfig": {
"entryPoints": [
"src/index.ts"
]
},
"bugs": {
"url": "https://github.com/tinacms/tinacms/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tinacms/tinacms.git",
"directory": "packages/tinacms"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/react": "^18.3.18",
"react": "^18.3.1",
"typescript": "^5.7.3",
"@tinacms/scripts": "1.6.2"
},
"dependencies": {
"@vercel/stega": "^0.0.5",
"tinacms": "^3.11.0"
},
"peerDependencies": {
"react": ">=16.14"
},
"gitHead": "87c8f9a3ca2c5bf41e1a4c54a73759d12a7c5bfd",
"scripts": {
"types": "pnpm tsc",
"build": "tinacms-scripts build",
"test": "echo 'no tests for vercel previews'"
}
}