1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2025-01-18 21:27:58 +00:00
alphabets/package.json

27 lines
652 B
JSON
Raw Normal View History

2021-05-24 10:32:23 +00:00
{
"name": "alphabets",
"version": "1.1.0",
2021-05-24 10:32:23 +00:00
"description": "Exports many alphabets for many use cases",
"main": "dist/bundle.js",
"scripts": {
"build": "rollup -c",
2021-05-24 11:39:07 +00:00
"prepare": "husky install",
"test": "jest"
2021-05-24 10:32:23 +00:00
},
"keywords": [],
"author": "Romein van Buren <romein@vburen.eu>",
"license": "MIT",
"homepage": "https://alphabets.romeinvanburen.nl",
"repository": {
"type": "git",
"url": "https://github.com/garraflavatra/alphabets.git"
},
2021-05-24 10:32:23 +00:00
"devDependencies": {
"husky": "^6.0.0",
2021-05-24 11:39:07 +00:00
"jest": "^26.6.3",
2021-05-24 10:32:23 +00:00
"rollup": "^2.49.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-terser": "^7.0.2"
}
}