forked from cerc-io/laconic-faucet
All checks were successful
Publish zenith-faucet docker image on release / Run docker build and publish (release) Successful in 1m4s
Part of https://www.notion.so/Implement-stacks-1b5a6b22d472806a82f5dafed6955138 Reviewed-on: #3 Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
37 lines
968 B
JSON
37 lines
968 B
JSON
{
|
|
"name": "zenith-faucet",
|
|
"version": "0.1.2",
|
|
"main": "dist/index.js",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
"@typescript-eslint/parser": "^5.47.1",
|
|
"eslint": "^8.35.0",
|
|
"eslint-config-semistandard": "^15.0.1",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"dependencies": {
|
|
"@cosmjs/encoding": "^0.33.1",
|
|
"@cosmjs/proto-signing": "^0.33.1",
|
|
"@cosmjs/stargate": "^0.33.1",
|
|
"@keyv/sqlite": "^3.6.7",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"toml": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"build": "yarn tsc",
|
|
"start": "node dist/index.js"
|
|
}
|
|
}
|