aliaset
Version:
twind monorepo
26 lines (25 loc) • 603 B
JSON
{
"version": "1.0.0",
"name": "@example/using-twind-cdn",
"description": "twind cdn twind example",
"private": true,
"main": "index.html",
"bugs": "https://github.com/tw-in-js/twind/issues",
"repository": {
"type": "git",
"url": "https://github.com/tw-in-js/twind.git",
"directory": "examples/using-twind-cdn"
},
"engines": {
"node": ">=14"
},
"license": "MIT",
"type": "module",
"scripts": {
"start": "serve",
"build": "echo This is a static template, there is no bundler or bundling involved!"
},
"devDependencies": {
"serve": "^13.0.4"
}
}