-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 942 Bytes
/
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
{
"name": "sismo-commitment-mapper",
"description": "",
"license": "MIT",
"version": "0.1.0",
"scripts": {
"lint": "eslint src",
"format": "prettier src --write",
"dev": "npx sls offline --useInProcess",
"test": "jest"
},
"dependencies": {
"@octokit/core": "^4.1.0",
"@sismo-core/crypto": "^1.2.0",
"axios": "^1.1.2",
"ethers": "^5.6.5",
"twitter-api-sdk": "^1.2.1",
"twittersignin": "^1.2.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.93",
"@types/jest": "^27.5.0",
"@types/node-fetch": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.39.0",
"jest": "^28.1.0",
"prettier": "^2.8.8",
"serverless": "^3.1.1",
"serverless-offline": "^12.0.4",
"serverless-plugin-typescript": "^2.1.1",
"ts-jest": "^28.0.0",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
}
}