-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "CasperWalletCore",
"version": "0.9.6",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/make-software/casper-wallet-core"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"code:check": "tsc --skipLibCheck --noEmit && yarn lint",
"prepare": "husky install"
},
"dependencies": {
"@make-software/ces-js-parser": "^1.3.3",
"@react-native/typescript-config": "0.74.83",
"@types/uuid": "^10.0.0",
"apisauce": "^3.0.1",
"casper-cep18-js-client": "^1.0.2",
"casper-js-sdk": "2.15.4",
"date-fns": "^2.30.0",
"decimal.js": "^10.4.3",
"lru-cache": "10.4.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@react-native/eslint-config": "0.74.83",
"eslint": "8.22.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.0",
"lint-staged": "^13.2.2",
"prettier": "3.2.5",
"typescript": "5.1.6"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --fix"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.2.2"
}