{ "name": "@consensys/linea-postman", "version": "1.0.0", "author": "Consensys Software Inc.", "license": "Apache-2.0", "description": "", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "lint:ts": "npx eslint '**/*.ts'", "lint:ts:fix": "npx eslint --fix '**/*.ts'", "prettier": "prettier -c '**/*.ts'", "prettier:fix": "prettier -w '**/*.ts'", "clean": "rimraf dist node_modules coverage tsconfig.build.tsbuildinfo", "build": "tsc -p tsconfig.build.json", "build:runSdk": "tsc ./scripts/runSdk.ts", "test": "npx jest --bail --detectOpenHandles --forceExit", "lint:fix": "pnpm run lint:ts:fix && pnpm run prettier:fix" }, "dependencies": { "@consensys/linea-native-libs": "workspace:*", "@consensys/linea-sdk": "workspace:*", "better-sqlite3": "11.6.0", "class-validator": "0.14.1", "dotenv": "16.4.5", "ethers": "6.13.4", "pg": "8.13.1", "typeorm": "0.3.20", "typeorm-naming-strategies": "4.1.0", "winston": "3.17.0" }, "devDependencies": { "@jest/globals": "29.7.0", "@types/jest": "29.5.14", "@types/yargs": "17.0.33", "jest": "29.7.0", "jest-mock-extended": "3.0.5", "ts-jest": "29.2.5", "yargs": "17.7.2" }, "files": [ "dist/**/*" ] }