UNPKG

935 BJSONView Raw
1{
2 "name": "geld",
3 "version": "1.6.0",
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 "funding": {
11 "type": "kofi",
12 "url": "https://ko-fi.com/dreamseer"
13 },
14 "author": {
15 "name": "Marc Görtz",
16 "email": "git@marcgoertz.de",
17 "url": "https://marcgoertz.de/"
18 },
19 "engines": {
20 "node": ">=10"
21 },
22 "scripts": {
23 "format": "xo --fix",
24 "test": "xo && flow check test/ && nyc ava",
25 "coveralls": "nyc report --reporter=text-lcov | coveralls"
26 },
27 "files": [
28 "index.js",
29 "index.js.flow"
30 ],
31 "keywords": [
32 "currency",
33 "format"
34 ],
35 "devDependencies": {
36 "ava": "^3.15.0",
37 "coveralls": "^3.1.0",
38 "flow-bin": "^0.150.0",
39 "nyc": "^15.1.0",
40 "pre-commit": "^1.2.2",
41 "xo": "^0.39.1"
42 },
43 "pre-commit": [
44 "format",
45 "test"
46 ]
47}