UNPKG

853 BJSONView Raw
1{
2 "name": "geld",
3 "version": "1.5.1",
4 "description": "geld is a minimal currency formatter.",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/Dreamseer/geld.git"
9 },
10 "author": {
11 "name": "Marc Görtz",
12 "email": "git@marcgoertz.de",
13 "url": "https://marcgoertz.de/"
14 },
15 "engines": {
16 "node": ">=10"
17 },
18 "scripts": {
19 "format": "xo --fix",
20 "test": "xo && flow check test/ && nyc ava",
21 "coveralls": "nyc report --reporter=text-lcov | coveralls"
22 },
23 "files": [
24 "index.js",
25 "index.js.flow"
26 ],
27 "keywords": [
28 "currency",
29 "format"
30 ],
31 "devDependencies": {
32 "ava": "^2.4.0",
33 "coveralls": "^3.0.6",
34 "flow-bin": "^0.108.0",
35 "nyc": "^14.1.1",
36 "pre-commit": "^1.2.2",
37 "xo": "^0.25.3"
38 },
39 "pre-commit": [
40 "format",
41 "test"
42 ]
43}