UNPKG

@appworks/doctor

Version:

Analyse and running codemods over react/rax projects, troubleshooting and automatically fixing errors

48 lines 1.15 kB
{ "name": "@appworks/doctor", "description": "Analyse and running codemods over react/rax projects, troubleshooting and automatically fixing errors", "version": "0.5.0", "keywords": [ "doctor", "analysis", "codemod", "lint", "troubleshooting" ], "bin": { "appworks-doctor": "bin/appworks-doctor" }, "files": [ "bin/", "lib/" ], "main": "lib/index.js", "publishConfig": { "access": "public" }, "scripts": { "clean": "rm -rf lib", "watch": "npm run clean && tsc -p ./tsconfig.json -w", "compile": "npm run clean && tsc -p ./tsconfig.json", "prepublishOnly": "npm run compile" }, "dependencies": { "@applint/applint": "^1.2.0", "@babel/parser": "^7.12.5", "@babel/traverse": "^7.12.5", "@jscpd/core": "^3.3.3", "argv-parse": "^1.0.1", "eslint": "^8.35.0", "execa": "^4.1.0", "fs-extra": "^9.0.1", "glob": "^7.1.6", "ignore": "^5.1.8", "jscpd": "^3.3.3", "moment": "^2.29.1", "stylelint": "^14.5.1" }, "devDependencies": { "@types/eslint": "^8.21.1" }, "repository": "git@github.com:apptools-lab/AppWorks.git" }