{
  "name": "@nuofe/ndk-lint-tool",
  "version": "8.2.6",
  "description": "Lint tool for Nuo FE.",
  "keywords": [
    "nuonuo",
    "tools",
    "nuofe",
    "ndk",
    "lint",
    "tool"
  ],
  "author": "Nuo FE",
  "maintainers": [
    "WANG DONG <jackyking.cn@gmail.com>"
  ],
  "homepage": "https://github.com/nuofe/ndk/tree/master/packages/ndk-lint-tool",
  "license": "MIT",
  "preferGlobal": true,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nuofe/ndk.git",
    "directory": "packages/ndk-lint-tool"
  },
  "bin": {
    "ndk-lint": "./bin/ndk-lint.js"
  },
  "files": [
    "bin",
    "lib"
  ],
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "rimraf lib && npm run build-types && npm run build-js",
    "build-js": "babel src --out-dir lib --extensions \".ts\"",
    "build-types": "tsc --emitDeclarationOnly",
    "dev": "npm uninstall . -g && npm i . -g"
  },
  "dependencies": {
    "@babel/generator": "^7.10.3",
    "@babel/parser": "^7.10.3",
    "@babel/runtime": "^7.10.3",
    "@nuofe/ndk-cli": "^8.2.6",
    "@nuofe/ndk-config": "^8.2.6",
    "@nuofe/ndk-logger": "^8.2.2",
    "@nuofe/ndk-package": "^8.2.6",
    "@nuofe/ndk-prettier": "^8.2.2",
    "@nuofe/ndk-runtime-env": "^8.2.6",
    "@nuofe/ndk-upgrader": "^8.2.6",
    "@nuofe/ndk-version": "^8.2.6",
    "fs-extra": "^9.0.1",
    "inquirer": "^7.2.0",
    "semver": "^7.3.2",
    "sort-object-keys": "^1.1.3",
    "strip-json-comments": "^3.1.0"
  },
  "engines": {
    "node": ">=10.16.0"
  }
}
