2021-05-24 12:32:23 +02:00
|
|
|
{
|
|
|
|
"name": "alphabets",
|
2021-07-15 11:08:38 +02:00
|
|
|
"version": "1.2.0",
|
2021-05-24 12:32:23 +02:00
|
|
|
"description": "Exports many alphabets for many use cases",
|
|
|
|
"main": "dist/bundle.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "rollup -c",
|
2021-05-24 13:39:07 +02:00
|
|
|
"test": "jest"
|
2021-05-24 12:32:23 +02:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Romein van Buren <romein@vburen.eu>",
|
|
|
|
"license": "MIT",
|
2021-07-15 11:04:46 +02:00
|
|
|
"homepage": "https://projects.romeinvanburen.nl/alphabets/",
|
2021-05-24 14:25:06 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/garraflavatra/alphabets.git"
|
|
|
|
},
|
2021-05-24 12:32:23 +02:00
|
|
|
"devDependencies": {
|
2021-05-26 14:46:19 +02:00
|
|
|
"jest": "^27.0.1",
|
2021-05-24 12:32:23 +02:00
|
|
|
"rollup": "^2.49.0",
|
|
|
|
"rollup-plugin-clear": "^2.0.7",
|
|
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
|
|
}
|
|
|
|
}
|