File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ yarn test
Original file line number Diff line number Diff line change 2020 "lint" : " eslint 'src/**/*.ts' 'tests/**/*.ts'" ,
2121 "format" : " prettier --write 'src/**/*.ts' 'tests/**/*.ts'" ,
2222 "clean" : " rm -rf dist" ,
23- "preversion" : " npm run lint && npm run build"
23+ "preversion" : " npm run lint && npm run build" ,
24+ "prepare" : " husky"
2425 },
2526 "keywords" : [],
2627 "author" : " " ,
3637 "eslint-config-prettier" : " ^9.1.0" ,
3738 "eslint-plugin-import" : " ^2.31.0" ,
3839 "eslint-plugin-prettier" : " ^5.2.1" ,
40+ "husky" : " ^9.1.7" ,
3941 "jest" : " ^29.7.0" ,
42+ "lint-staged" : " ^17.0.5" ,
4043 "prettier" : " ^3.3.3" ,
4144 "ts-jest" : " ^29.2.5" ,
4245 "ts-node" : " ^10.9.2" ,
5154 "ajv" : " ^8.17.1" ,
5255 "ajv-formats" : " ^3.0.1" ,
5356 "axios" : " ^1.9.0" ,
57+ "got" : " ^11.8.6" ,
5458 "ioredis" : " ^5.4.1" ,
5559 "lru-cache" : " ^11.0.2" ,
5660 "nanoid" : " ^3.3.11" ,
5761 "viem" : " ^2.21.42" ,
5862 "web3" : " ^4.15.0"
63+ },
64+ "lint-staged" : {
65+ "*.{js,ts}" : [
66+ " eslint --fix" ,
67+ " prettier --write"
68+ ]
5969 }
6070}
You can’t perform that action at this time.
0 commit comments