oyster/packages/arweave-push/package.json

33 lines
699 B
JSON

{
"name": "arweave-push",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"author": "Solana Labs",
"repository": {
"type": "git",
"url": "https://github.com/solana-labs/oyster.git"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha test/*.test.js --timeout=60000"
},
"devDependencies": {
"mocha": "^8.0.0",
"proxyquire": "^2.1.0",
"sinon": "^10.0.0"
},
"dependencies": {
"@google-cloud/storage": "^5.0.0",
"busboy": "^0.3.0",
"escape-html": "^1.0.3",
"arweave": "1.10.13",
"@solana/web3.js": "^1.22.0",
"mime-types": "2.1.30",
"node-fetch": "2.6.1",
"coingecko-api": "1.0.10"
}
}