forked from pladaria/degiro
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "degiro",
"version": "3.1.1",
"description": "DeGiro (unnoficial) API",
"main": "src/index.js",
"author": "Pedro Ladaria <[email protected]>",
"scripts": {
"lint": "eslint ./src",
"test": "echo 'no tests'",
"prettier": "prettier --write --no-bracket-spacing --trailing-comma es5 --single-quote --list-different --tab-width 4 --print-width 120 ./src/**/*.js"
},
"dependencies": {
"cookie": "^0.3.1",
"lodash": "^4.17.5",
"node-fetch": "^2.0.0"
},
"devDependencies": {
"eslint": "^4.5.0",
"prettier": "^1.4.4"
},
"publishConfig": {
"repository": "https://registry.npmjs.org"
},
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pladaria/degiro.git"
},
"keywords": [
"degiro",
"api",
"client",
"stock",
"market",
"broker",
"trading"
],
"bugs": {
"url": "https://github.com/pladaria/degiro/issues"
},
"homepage": "https://github.com/pladaria/degiro#readme"
}