-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "fixer-node",
"description": "Node.js library to access the fixer.io API",
"version": "2.0.0",
"author": "Future Studio <[email protected]>",
"bugs": {
"url": "https://github.com/futurestudio/fixer-node/issues"
},
"contributors": [
{
"name": "Marcus Poehls",
"email": "[email protected]"
},
{
"name": "Norman Peitek",
"email": "[email protected]"
},
{
"name": "Christian Fellner",
"email": "[email protected]"
}
],
"dependencies": {
"axios": "~1.9.0",
"lodash": "~4.17.20"
},
"devDependencies": {
"code": "~5.2.4",
"cross-env": "~7.0.2",
"eslint": "~9.25.0",
"eslint-config-standard": "~17.1.0",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~7.2.1",
"eslint-plugin-standard": "~5.0.0",
"lab": "~18.0.2",
"nock": "~14.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://github.com/futurestudio/fixer-node#readme",
"keywords": [
"fixer",
"fixer.io",
"convert",
"exchange",
"currency",
"currency symbols",
"developer",
"historical",
"latest",
"rates",
"timeseries"
],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/futurestudio/fixer-node.git"
},
"scripts": {
"prepush": "npm test",
"test": "lab --assert code --leaks --coverage --lint"
}
}