12345678910111213141516171819202122232425 |
- {
- "name": "rent-example",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@types/expect": "^24.3.2",
- "@types/mocha": "^10.0.10",
- "anchor-litesvm": "^0.1.2",
- "mocha": "^11.7.1",
- "ts-mocha": "^11.1.0",
- "ts-node": "^10.9.2",
- "tsconfig-paths": "^4.2.0"
- },
- "dependencies": {
- "@coral-xyz/anchor": "^0.31.1",
- "@solana/web3.js": "^1.98.2"
- }
- }
|