-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "@valora/nft-list",
"version": "1.0.0",
"description": "A curated list of NFT contracts.",
"repository": "git@github.com:valora-inc/nft-list.git",
"author": "Valora Inc",
"license": "Apache-2.0",
"scripts": {
"build": "tsc",
"lint": "eslint --ext=.ts --fix src/",
"format": "prettier --loglevel error --write .",
"test": "tsc && jest && prettier --check . && eslint --ext=.ts src/"
},
"prettier": "@valora/prettier-config",
"devDependencies": {
"@ethersproject/address": "^5.7.0",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@valora/eslint-config-typescript": "1.0.2",
"@valora/prettier-config": "0.0.1",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-native": "4.1.0",
"jest": "29.7.0",
"joi": "^17.13.3",
"prettier": "3.3.3",
"ts-jest": "^29.2.5",
"typescript": "5.6.3"
}
}