12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "external-delegate-token-master",
- "version": "1.0.0",
- "license": "MIT",
- "scripts": {
- "test": "jest --detectOpenHandles --forceExit",
- "test:watch": "jest --watch",
- "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
- "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
- "build": "anchor build"
- },
- "dependencies": {
- "@coral-xyz/anchor": "^0.29.0",
- "@solana/spl-token": "^0.3.9",
- "@solana/web3.js": "^1.90.0",
- "ethers": "^5.7.2"
- },
- "devDependencies": {
- "@babel/core": "^7.23.7",
- "@babel/preset-env": "^7.23.7",
- "@babel/preset-typescript": "^7.23.7",
- "@types/chai": "^4.3.0",
- "@types/jest": "^29.5.11",
- "@types/node": "^18.0.0",
- "babel-jest": "^29.7.0",
- "chai": "^4.3.4",
- "jest": "^29.7.0",
- "prettier": "^2.6.2",
- "solana-bankrun": "^0.2.0",
- "ts-jest": "^29.1.1",
- "typescript": "^4.9.5",
- "@testing-library/jest-dom": "^6.1.6"
- }
- }
|