|
21 | 21 | }, |
22 | 22 | "homepage": "https://github.com/romanchaa997/audityzer#readme", |
23 | 23 | "dependencies": { |
24 | | - "axios": "^1.9.0", |
| 24 | + "axios": "^1.15.0", |
25 | 25 | "body-parser": "^1.20.3", |
26 | 26 | "chalk": "^5.4.1", |
27 | 27 | "commander": "^12.1.0", |
|
57 | 57 | "eslint-config-prettier": "^9.1.0", |
58 | 58 | "eslint-plugin-react": "^7.37.5", |
59 | 59 | "globals": "^16.2.0", |
60 | | - "happy-dom": "^17.5.6", |
| 60 | + "happy-dom": "^20.8.9", |
61 | 61 | "jest": "^29.7.0", |
62 | 62 | "jest-junit": "^16.0.0", |
63 | 63 | "jsdom": "^26.1.0", |
|
75 | 75 | "ts-jest": "^29.3.4", |
76 | 76 | "typescript": "^5.8.3", |
77 | 77 | "typescript-eslint": "^8.33.0", |
78 | | - "vite": "^6.3.5", |
| 78 | + "vite": "^6.4.2", |
79 | 79 | "vite-tsconfig-paths": "^5.1.4", |
80 | 80 | "vitest": "^3.2.0" |
81 | 81 | }, |
82 | 82 | "peerDependencies": { |
83 | 83 | "ethers": "^5.7.2" |
84 | 84 | }, |
85 | 85 | "scripts": { |
86 | | - "start": "node server.js", |
| 86 | + "start": "node bin/audityzer.js start", |
87 | 87 | "dev": "vite", |
88 | 88 | "build": "vite build", |
89 | 89 | "test": "vitest run", |
90 | | - "test:unit": "vitest run tests/unit", |
91 | | - "test:integration": "vitest run tests/integration", |
92 | 90 | "test:coverage": "vitest run --coverage", |
93 | 91 | "lint": "eslint . --ext .ts,.tsx,.js,.jsx", |
94 | | - "lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix", |
95 | 92 | "format": "prettier --write '**/*.{js,jsx,ts,tsx,json,css,md}'", |
96 | 93 | "type-check": "tsc --noEmit", |
97 | 94 | "clean": "rimraf dist build coverage .nyc_output", |
98 | 95 | "postinstall": "node scripts/fix-dependencies.js", |
99 | | - "docker:build": "docker build -t audityzer .", |
100 | | - "docker:run": "docker run -p 5000:5000 audityzer", |
101 | | - "ci": "npm run lint:ci && npm run type-check && npm run test:coverage" |
| 96 | + "ci": "npm run lint && npm run type-check && npm run test:coverage" |
102 | 97 | }, |
103 | 98 | "keywords": [ |
104 | 99 | "web3", |
|
0 commit comments