UNPKG

malevic

Version:

Malevič.js - minimalistic reactive UI library

50 lines (49 loc) 1.53 kB
{ "name": "malevic", "version": "0.20.2", "description": "Malevič.js - minimalistic reactive UI library", "keywords": [ "ui", "dom", "svg", "animation", "render", "tween", "react", "d3" ], "author": "Alexander Shutau <shutovby@gmail.com> (http://shutov.by/)", "license": "MIT", "scripts": { "build": "node tasks/build.mjs --release", "code-style": "prettier --single-quote --tab-width 4 --trailing-comma all --no-bracket-spacing --arrow-parens always --end-of-line lf --write 'src/**/*.(js|ts|tsx)' 'tasks/**/*.*' 'tests/**/*.*' '!tests/coverage/**/*.*' 'index.d.ts' 'examples/**/*.*'", "examples": "node tasks/build.js --examples", "prepublishOnly": "npm test && npm run build", "test": "jest --coverage", "test:clear-cache": "jest --clearCache", "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest --runInBand --no-cache --watch", "test:watch": "jest --watch" }, "repository": { "type": "git", "url": "https://github.com/alexanderby/malevic.git" }, "bugs": { "url": "https://github.com/alexanderby/malevic/issues" }, "main": "umd/index.js", "module": "index.mjs", "devDependencies": { "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "11.1.6", "@types/jest": "29.5.12", "canvas": "2.11.2", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "prettier": "3.3.3", "rollup": "4.19.0", "ts-jest": "29.2.3", "tslib": "2.6.3", "typescript": "5.5.3" } }