Files
pwap/backend/package.json
T
pezkuwichain 1295c36241 Rebrand: polkadot → pezkuwi build fixes
- Fixed TypeScript type assertion issues
- Updated imports from api-augment/substrate to api-augment/bizinikiwi
- Fixed imgConvert.mjs header and imports
- Added @ts-expect-error for runtime-converted types
- Fixed all @polkadot copyright headers to @pezkuwi
2026-01-07 02:32:54 +03:00

35 lines
891 B
JSON

{
"name": "pezkuwi-kyc-backend",
"version": "1.0.0",
"description": "KYC Approval Council Backend",
"main": "src/index.js",
"type": "module",
"scripts": {
"dev": "node --watch src/index.js",
"start": "node src/index.js",
"lint": "eslint 'src/**/*.js' --fix"
},
"dependencies": {
"@pezkuwi/keyring": "^12.5.1",
"@pezkuwi/util-crypto": "^12.5.1",
"@supabase/supabase-js": "^2.83.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"pino": "^10.1.0",
"pino-http": "^11.0.0",
"pino-pretty": "^13.1.2"
},
"devDependencies": {
"@pezkuwi/api": "^16.5.2",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"jest": "^30.2.0",
"nodemon": "^3.0.2",
"supertest": "^7.1.4"
}
}