canoejs
Version:
A lightweight, widget-based UI framework
35 lines (34 loc) • 786 B
JSON
{
"name": "canoejs",
"version": "0.6.5+b1-puyai",
"description": "A lightweight, widget-based UI framework",
"main": "src/canoe.ts",
"bin": {
"canoejs": "./cli.js"
},
"dependencies": {
"child_process": "^1.0.2",
"esbuild": "^0.25.1",
"tsc": "^2.0.4"
},
"devDependencies": {
"@types/node": "^22.15.32",
"esbuild": "^0.25.1",
"typescript": "^5.8.3"
},
"keywords": [
"frontend",
"gui",
"framework",
"widgets"
],
"repository": {
"type": "git",
"url": "https://github.com/jotalevi/CanoeJs.git"
},
"author": "E.J. Talevi",
"license": "MIT",
"scripts": {
"build:cli": "npx tsc cli.ts --outDir . --target es2020 --module commonjs --esModuleInterop --skipLibCheck"
}
}