-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
47 lines (47 loc) · 1.15 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
46
47
{
"name": "lens-protocol",
"version": "0.1.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"dev": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suhailkakar/lens.js.git"
},
"keywords": [
"lens",
"social-graph"
],
"author": "Suhail Kakar",
"license": "MIT",
"bugs": {
"url": "https://github.com/suhailkakar/lens.js/issues"
},
"homepage": "https://github.com/suhailkakar/lens.js#readme",
"devDependencies": {
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@urql/core": "^2.6.1",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"isomorphic-unfetch": "^3.1.0",
"test": "^3.1.0"
}
}