UNPKG

@nuofe/ndk-build-tool

Version:
70 lines (69 loc) 1.78 kB
{ "name": "@nuofe/ndk-build-tool", "version": "8.2.6", "description": "Build tool for Nuo FE.", "keywords": [ "nuonuo", "tools", "nuofe", "ndk", "build", "tool" ], "author": "Nuo FE", "maintainers": [ "WANG DONG <jackyking.cn@gmail.com>" ], "homepage": "https://github.com/nuofe/ndk/tree/master/packages/ndk-build-tool", "license": "MIT", "preferGlobal": true, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/nuofe/ndk.git", "directory": "packages/ndk-build-tool" }, "bin": { "ndk-build": "./bin/ndk-build.js", "ndk-dev": "./bin/ndk-dev.js", "ndk-init": "./bin/ndk-init.js", "ndk-start": "./bin/ndk-start.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-build-config": "^8.2.6", "@nuofe/ndk-cli": "^8.2.6", "@nuofe/ndk-config": "^8.2.6", "@nuofe/ndk-lint-tool": "^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", "typescript": "^3.9.5" }, "engines": { "node": ">=10.16.0" } }