|  | 
| 3 | 3 |   "version": "0.0.5", | 
| 4 | 4 |   "private": false, | 
| 5 | 5 |   "description": "Find out the smells in your tests, suggestions for correction and the theory behind them", | 
| 6 |  | -  "main": "dist/cli.js", | 
| 7 |  | -  "types": "./types/src/index.d.ts", | 
| 8 |  | -  "bin": "build/index.js", | 
|  | 6 | +  "main": "build/find-smells.js", | 
|  | 7 | +  "bin": "build/find-smells.js", | 
| 9 | 8 |   "dependencies": { | 
| 10 |  | -    "commander": "^12.1.0", | 
| 11 |  | -    "esprima": "^4.0.1", | 
| 12 |  | -    "handlebars": "^4.7.8" | 
|  | 9 | +    "commander": "^12.1.0" | 
| 13 | 10 |   }, | 
| 14 | 11 |   "repository": { | 
| 15 | 12 |     "url": "https://github.com/marabesi/smelly-test/tree/main/cli" | 
| 16 | 13 |   }, | 
| 17 | 14 |   "devDependencies": { | 
| 18 |  | -    "@stryker-mutator/mocha-runner": "^8.5.0", | 
| 19 |  | -    "@stryker-mutator/typescript-checker": "^8.5.0", | 
| 20 |  | -    "@types/esprima": "^4.0.6", | 
| 21 | 15 |     "@types/expect": "^24.3.0", | 
| 22 | 16 |     "@types/mocha": "^10.0.8", | 
| 23 | 17 |     "@types/node": "^20.14.8", | 
|  | 
| 34 | 28 |     "ts-node": "^10.9.2" | 
| 35 | 29 |   }, | 
| 36 | 30 |   "scripts": { | 
| 37 |  | -    "compile": "webpack", | 
| 38 |  | -    "build": "rm -rf build/ && tsc && cp index.js build/", | 
|  | 31 | +    "compile": "rm -rf build/ && tsc", | 
| 39 | 32 |     "watch": "webpack --watch", | 
| 40 | 33 |     "clean": "rm -rf out/ dist/ types/", | 
| 41 | 34 |     "compile-tests": "npm run clean && tsc -p . --outDir out", | 
|  | 
| 46 | 39 |     "test:coverage": "nyc --reporter=lcov ts-mocha -p tsconfig.json ts-node/register ./**/**.test.ts", | 
| 47 | 40 |     "test:mutation": "stryker run", | 
| 48 | 41 |     "coveralls": "npm run test:coverage && coveralls --verbose < coverage/lcov.info", | 
| 49 |  | -    "cli": "ts-node src/bin/find-smells.ts" | 
|  | 42 | +    "cli": "ts-node src/find-smells.ts" | 
| 50 | 43 |   }, | 
| 51 | 44 |   "author": { | 
| 52 | 45 |     "name": "Matheus Marabesi", | 
|  | 
0 commit comments