UNPKG

hyperapp

Version:

The tiny framework for building hypertext applications.

35 lines (34 loc) 959 B
{ "name": "hyperapp", "version": "2.0.22", "type": "module", "main": "index.js", "types": "index.d.ts", "description": "The tiny framework for building hypertext applications.", "repository": "jorgebucaran/hyperapp", "homepage": "https://hyperapp.dev", "author": "Jorge Bucaran", "license": "MIT", "files": [ "*.[tj]s" ], "keywords": [ "framework", "hyperapp", "frontend", "vdom", "web", "app", "ui" ], "scripts": { "test": "c8 twist tests/*.js", "info": "node --print \"('$pkg' ? '@$npm_package_name/$pkg@' : '') + require('./${pkg:+packages/$pkg/}package').version\"", "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags", "release": "tag=$(npm run --silent info) npm run deploy && cd ./${pkg:+packages/$pkg} && npm publish --access public" }, "devDependencies": { "twist": "*", "c8": "*" } }