venny
Version:
Declarative Venn diagrams
37 lines (36 loc) • 885 B
JSON
{
"name": "venny",
"version": "0.1.0",
"description": "Declarative Venn diagrams",
"main": "bin/venny.esm.js",
"module": "bin/venny.esm.js",
"type": "module",
"types": "bin/venny.d.ts",
"scripts": {
"build": "rm -rf bin && tsc && rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pshihn/venn.git"
},
"keywords": [
"venn",
"venn",
"diagrams"
],
"author": "Preet Shihn",
"license": "MIT",
"bugs": {
"url": "https://github.com/pshihn/venn/issues"
},
"homepage": "https://github.com/pshihn/venn#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0",
"rollup": "^2.60.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.5.2"
}
}