generated from well-known-components/base-ts-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 937 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
37
38
39
40
{
"name": "who-is-in-lens",
"version": "2.1.5",
"description": "Find your friends from Twitter in Lens Protocol",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "npx tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xJuancito/who-is-in-lens.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/0xJuancito/who-is-in-lens/issues"
},
"prettier": {
"printWidth": 120,
"semi": false
},
"homepage": "https://github.com/0xJuancito/who-is-in-lens#readme",
"devDependencies": {
"@microsoft/api-extractor": "^7.17.0",
"@types/jest": "^28.1.0",
"jest": "^28.1.0",
"ts-jest": "^28.0.4",
"typescript": "^4.7.3"
},
"files": [
"dist"
],
"dependencies": {
"dotenv": "^16.0.1",
"ethers": "^5.6.9",
"twitter-api-v2": "^1.12.5"
}
}