mirror of
https://github.com/garraflavatra/alphabets.git
synced 2024-11-21 22:59:03 +01:00
25 lines
607 B
JSON
25 lines
607 B
JSON
{
|
|
"name": "alphabets",
|
|
"version": "1.2.0",
|
|
"description": "Exports many alphabets for many use cases",
|
|
"main": "dist/bundle.js",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "Romein van Buren <romein@vburen.eu>",
|
|
"license": "MIT",
|
|
"homepage": "https://projects.romeinvanburen.nl/alphabets/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/garraflavatra/alphabets.git"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^27.0.1",
|
|
"rollup": "^2.49.0",
|
|
"rollup-plugin-clear": "^2.0.7",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
}
|
|
}
|