UNPKG

1.07 kBJSONView Raw
1{
2 "name": "geld",
3 "version": "1.8.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 "type": "module",
23 "scripts": {
24 "format": "xo --fix",
25 "test": "xo && flow check test/ && tsd && c8 ava",
26 "coveralls": "c8 report --reporter=text-lcov | coveralls"
27 },
28 "files": [
29 "index.js",
30 "index.js.flow",
31 "index.d.ts"
32 ],
33 "keywords": [
34 "currency",
35 "format"
36 ],
37 "devDependencies": {
38 "@types/node": "^15.0.2",
39 "ava": "^3.15.0",
40 "c8": "^7.7.2",
41 "coveralls": "^3.1.0",
42 "flow-bin": "^0.150.0",
43 "pre-commit": "^1.2.2",
44 "tsd": "^0.14.0",
45 "xo": "^0.39.1"
46 },
47 "pre-commit": [
48 "format",
49 "test"
50 ],
51 "tsd": {
52 "directory": "test"
53 }
54}