{
  "name": "@nuofe/ndk-version",
  "version": "8.2.6",
  "description": "Latest Version.",
  "keywords": [
    "nuonuo",
    "nuofe",
    "ndk",
    "version"
  ],
  "author": "Nuo FE",
  "maintainers": [
    "WANG DONG <jackyking.cn@gmail.com>"
  ],
  "homepage": "https://github.com/nuofe/ndk/tree/master/packages/ndk-version",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nuofe/ndk.git",
    "directory": "packages/ndk-version"
  },
  "files": [
    "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"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.3",
    "@nuofe/ndk-cli": "^8.2.6",
    "@nuofe/ndk-logger": "^8.2.2",
    "latest-version": "^5.1.0",
    "semver": "^7.3.2"
  },
  "engines": {
    "node": ">=10.16.0"
  }
}
