wormhole/package.json

31 lines
782 B
JSON
Raw Normal View History

2021-09-30 15:04:16 -07:00
{
"name": "pyth-exp",
"version": "1.0.0",
"description": "Experimentation with pyth",
"main": "index.js",
"scripts": {
"start": "npx ts-node backend/main.ts",
"test": "mocha --timeout 60000"
2021-09-30 15:04:16 -07:00
},
"author": "",
"license": "ISC",
"dependencies": {
"@pythnetwork/client": "^2.3.1",
2021-10-04 13:12:25 -07:00
"algosdk": "^1.11.1",
"fastpriorityqueue": "^0.7.1",
"js-sha512": "^0.8.0"
2021-09-30 15:04:16 -07:00
},
"devDependencies": {
2021-10-01 07:00:02 -07:00
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
2021-10-01 13:30:27 -07:00
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
2021-10-01 07:00:02 -07:00
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
2021-09-30 15:04:16 -07:00
"mocha": "^9.1.2"
}
}