aliaset
Version:
twind monorepo
28 lines (27 loc) • 631 B
JSON
{
"name": "@sites/cdn.twind.style",
"version": "1.0.1",
"description": "Twind CDN",
"private": true,
"license": "MIT",
"homepage": "https://cdn.twind.style",
"bugs": "https://github.com/tw-in-js/twind/issues",
"repository": {
"type": "git",
"url": "https://github.com/tw-in-js/twind.git",
"directory": "sites/cdn.twind.style"
},
"type": "module",
"engines": {
"node": ">=18.12.0"
},
"scripts": {
"start": "wrangler dev",
"deploy": "wrangler publish"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.18.0",
"typescript": "^4.8.4",
"wrangler": "^2.2.1"
}
}