pyth-crosschain/wormhole_attester/sdk/js/package.json

46 lines
1.2 KiB
JSON

{
"name": "@pythnetwork/wormhole-attester-sdk",
"version": "1.0.0",
"description": "Pyth Wormhole Attester SDk",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"test": "jest src/",
"postversion": "git push && git push --tags",
"preversion": "npm run lint",
"version": "npm run format && git add -A src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pyth-network/pyth-crosschain.git"
},
"author": "Pyth Data Association",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/long": "^4.0.1",
"@types/node": "^16.6.1",
"copy-dir": "^1.3.0",
"find": "^0.3.0",
"jest": "^29.4.1",
"prettier": "^2.3.2",
"ts-jest": "^29.0.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.5"
},
"bugs": {
"url": "https://github.com/pyth-network/pyth-crosschain/issues"
},
"homepage": "https://github.com/pyth-network/pyth-crosschain#readme",
"dependencies": {
"@pythnetwork/price-service-sdk": "*"
}
}