-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.4 KB
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
{
"name": "steem-wise-sql-pusher",
"version": "3.1.1",
"description": "Steem WISE sql pusher",
"main": "dist/index.js",
"engines": {
"node": ">=10.15"
},
"scripts": {
"build": "rm -rf dist && tsc && npm run tslint",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/steem-js-alpha": "https://github.com/wise-team/types-for-steem-js/raw/master/bin/types-steem-js-alpha-3.1.2.tgz",
"bluebird": "^3.5.2",
"pg": "^7.4.3",
"pg-hstore": "^2.3.2",
"sequelize": "^5.1.0",
"steem": "^0.7.2",
"steem-wise-core": "^4.0.0",
"universe-log": "^0.1.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/node": "^10.11.0",
"@types/pg": "^7.4.10",
"@types/sequelize": "^4.27.26",
"ts-node": "^6.2.0",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wise-team/steem-wise-sql.git"
},
"keywords": [
"steem",
"blockchain",
"wise"
],
"author": "The Wise Team (https://wise-team.io/)",
"contributors": [
"Jędrzej Lewandowski <jedrzejblew@gmail.com> (https://jedrzej.lewandowski.doctor/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wise-team/steem-wise-sql/issues"
},
"homepage": "https://wise.vote/"
}