a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals
at main 839 B view raw
1{ 2 "name": "@volt/dev", 3 "version": "0.1.0", 4 "description": "Local development CLI for Volt.js", 5 "type": "module", 6 "author": "Owais Jamil", 7 "license": "MIT", 8 "repository": { "type": "git", "url": "https://github.com/stormlightlabs/volt.git", "directory": "dev" }, 9 "bin": { "volt": "./dist/index.js" }, 10 "files": ["dist"], 11 "main": "./dist/index.js", 12 "module": "./dist/index.js", 13 "types": "./dist/index.d.ts", 14 "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, 15 "scripts": { 16 "build": "tsdown", 17 "dev": "tsdown --watch", 18 "test": "vitest", 19 "test:run": "vitest run", 20 "typecheck": "tsc --noEmit" 21 }, 22 "devDependencies": { "bumpp": "^10.3.1", "tsdown": "^0.15.6" }, 23 "dependencies": { "chalk": "^5.6.2", "commander": "^14.0.1", "terser": "^5.44.0", "typescript": "^5.9.3" } 24}