@nuofe/ndk-publish-tool
Version:
Publish tool for Nuo FE.
59 lines (58 loc) • 1.41 kB
JSON
{
"name": "@nuofe/ndk-publish-tool",
"version": "8.2.6",
"description": "Publish tool for Nuo FE.",
"keywords": [
"nuonuo",
"tools",
"nuofe",
"ndk",
"publish",
"tool"
],
"author": "Nuo FE",
"maintainers": [
"WANG DONG <jackyking.cn@gmail.com>"
],
"homepage": "https://github.com/nuofe/ndk/tree/master/packages/ndk-publish-tool",
"license": "MIT",
"preferGlobal": true,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/nuofe/ndk.git",
"directory": "packages/ndk-publish-tool"
},
"bin": {
"ndk-publish": "./bin/ndk-publish.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/runtime": "^7.10.3",
"@nuofe/ndk-cli": "^8.2.6",
"@nuofe/ndk-commit-tool": "^8.2.6",
"@nuofe/ndk-logger": "^8.2.2",
"@nuofe/ndk-package": "^8.2.6",
"@nuofe/ndk-runtime-env": "^8.2.6",
"@nuofe/ndk-upgrader": "^8.2.6",
"inquirer": "^7.2.0",
"latest-version": "^5.1.0",
"semver": "^7.3.2"
},
"engines": {
"node": ">=10.16.0"
}
}