mirror of
https://github.com/alexgo-io/xverse-stacks-transaction-sponsor.git
synced 2026-04-30 20:52:18 +08:00
36 lines
880 B
JSON
36 lines
880 B
JSON
{
|
|
"name": "stacks-transaction-sponsor",
|
|
"version": "0.1.0",
|
|
"description": "Stacks Transaction Sponsor",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc --project ./",
|
|
"dev": "nodemon src/index.ts",
|
|
"start": "node dist/src/index.js",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch --coverage=false"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stacks/common": "^6.0.0",
|
|
"@stacks/network": "^6.0.0",
|
|
"@stacks/transactions": "^6.0.0",
|
|
"@stacks/wallet-sdk": "^6.0.0",
|
|
"@types/express": "^4.17.13",
|
|
"axios": "^0.21.4",
|
|
"body-parser": "^1.19.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"node-cache": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.12.6",
|
|
"nock": "^13.2.0",
|
|
"nodemon": "^2.0.15",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|