1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2025-01-18 21:27:58 +00:00
alphabets/package.json
dependabot[bot] 4ccd2860bd Bump husky from 6.0.0 to 7.0.1
Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v6.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 18:25:07 +02:00

27 lines
652 B
JSON

{
"name": "alphabets",
"version": "1.1.0",
"description": "Exports many alphabets for many use cases",
"main": "dist/bundle.js",
"scripts": {
"build": "rollup -c",
"prepare": "husky install",
"test": "jest"
},
"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"
},
"devDependencies": {
"husky": "^7.0.1",
"jest": "^27.0.1",
"rollup": "^2.49.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-terser": "^7.0.2"
}
}