-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.36 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.36 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@impactmarket/core",
"main": "dist/index.js",
"version": "1.0.0",
"license": "Apache-2.0",
"engines": {
"node": "18.x"
},
"scripts": {
"test": "NODE_ENV=test mocha",
"coverage": "NODE_ENV=test nyc --reporter=lcov mocha",
"build": "tsc -p .",
"prettier:dryrun": "prettier -l \"./**/*.ts\"",
"eslint:dryrun": "eslint \"./**/*.ts\" --max-warnings=0",
"prettier": "prettier --write \"./**/*.ts\"",
"eslint": "eslint --fix \"./**/*.ts\" --max-warnings=0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.1",
"@types/bluebird": "3.5.38",
"@types/chai": "4.3.5",
"@types/connect-timeout": "0.0.37",
"@types/express": "4.17.17",
"@types/mocha": "10.0.2",
"@types/node": "18.16.5",
"@types/pg": "8.10.2",
"@types/redis": "4.0.11",
"@types/sinon": "10.0.14",
"@types/validator": "13.11.1",
"chai": "4.3.7",
"chai-http": "4.4.0",
"chai-subset": "1.6.0",
"coveralls": "3.1.1",
"ganache": "7.9.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"prettier": "3.1.0",
"proxyquire": "2.1.3",
"sequelize-mock": "0.10.2",
"sequelize-test-helpers": "1.4.2",
"sinon": "17.0.0",
"source-map-support": "0.5.21",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"dependencies": {
"@impact-market/subgraph": "1.0.2-beta.1",
"@faker-js/faker": "8.3.1",
"@prismicio/client": "7.3.1",
"@prismicio/helpers": "2.3.9",
"@sendgrid/mail": "7.7.0",
"@slack/web-api": "6.10.0",
"@turf/distance": "6.5.0",
"@turf/points-within-polygon": "6.5.0",
"aws-sdk": "2.1503.0",
"axios": "1.6.0",
"axios-retry": "3.8.0",
"bignumber.js": "9.1.1",
"connect-timeout": "1.9.0",
"dotenv": "16.3.1",
"envalid": "8.0.0",
"ethers": "5.7.2",
"express": "4.18.2",
"firebase-admin": "12.1.0",
"graphql": "16.8.1",
"ioredis": "5.3.2",
"moment": "2.29.4",
"node-schedule": "2.1.1",
"pg": "8.11.2",
"pg-hstore": "2.3.4",
"pg-native": "3.0.1",
"sequelize": "6.35.1",
"sequelize-cli": "6.6.0",
"winston": "3.11.0"
}
}