lite-rpc/package.json

19 lines
406 B
JSON
Raw Normal View History

2023-01-04 05:46:43 -08:00
{
"name": "lite-rpc",
"version": "1.0.0",
"repository": "https://github.com/blockworks-foundation/lite-rpc.git",
"license": "MIT",
"devDependencies": {
2023-01-07 01:55:12 -08:00
"@solana/spl-token": "^0.3.6",
2023-01-04 05:46:43 -08:00
"@solana/web3.js": "^1.73.0",
"@types/jest": "^29.2.5",
2023-03-26 03:29:15 -07:00
"crypto": "^1.0.1",
2023-01-04 05:46:43 -08:00
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
},
"scripts": {
"test": "jest"
}
}