wormhole/third_party/pyth/p2w-sdk/package.json

49 lines
1.4 KiB
JSON

{
"name": "@certusone/p2w-sdk",
"version": "0.1.0",
"description": "TypeScript library for interacting with Pyth2Wormhole",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc && node scripts/copyWasm.js",
"build-test": "webpack",
"lint": "tslint -p tsconfig.json",
"postversion": "git push && git push --tags",
"preversion": "npm run lint",
"test": "node lib/test.js",
"version": "npm run format && git add -A src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/certusone/wormhole.git"
},
"author": "https://certus.one",
"license": "MIT",
"devDependencies": {
"@openzeppelin/contracts": "^4.2.0",
"@typechain/ethers-v5": "^7.0.1",
"@types/long": "^4.0.1",
"@types/node": "^16.6.1",
"copy-dir": "^1.3.0",
"ethers": "^5.4.4",
"find": "^0.3.0",
"prettier": "^2.3.2",
"ts-loader": "^9.2.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.5",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@certusone/wormhole-sdk": "file:../../../sdk/js",
"@solana/web3.js": "^1.26.0"
},
"bugs": {
"url": "https://github.com/certusone/wormhole/issues"
},
"homepage": "https://github.com/certusone/wormhole#readme"
}