UNPKG

1.67 kBJSONView Raw
1{
2 "name": "@nuofe/ndk-build-tool",
3 "version": "7.3.0",
4 "description": "Build tool for Nuo FE.",
5 "keywords": [
6 "nuonuo",
7 "tools",
8 "nuofe",
9 "ndk",
10 "build",
11 "tool"
12 ],
13 "author": "Nuo FE",
14 "maintainers": [
15 "WANG DONG <jackyking.cn@gmail.com>"
16 ],
17 "license": "MIT",
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/nuofe/ndk/tree/master/packages/ndk-build-tool"
21 },
22 "homepage": "https://github.com/nuofe/ndk/tree/master/packages/ndk-build-tool",
23 "publishConfig": {
24 "access": "public",
25 "registry": "https://registry.npmjs.org/"
26 },
27 "bin": {
28 "ndk-build": "./bin/ndk-build.js",
29 "ndk-dev": "./bin/ndk-dev.js",
30 "ndk-init": "./bin/ndk-init.js"
31 },
32 "main": "./lib/index.js",
33 "types": "./lib/index.d.ts",
34 "files": [
35 "bin",
36 "lib"
37 ],
38 "scripts": {
39 "build": "rimraf lib && npm run build-types && npm run build-js",
40 "build-js": "babel src --out-dir lib --extensions \".ts\"",
41 "build-types": "tsc --emitDeclarationOnly",
42 "dev": "npm run build && npm uninstall . -g && npm i . -g",
43 "prepublishOnly": "npm run build"
44 },
45 "dependencies": {
46 "@babel/generator": "^7.5.5",
47 "@babel/parser": "^7.5.5",
48 "@babel/runtime": "^7.5.5",
49 "@babel/traverse": "^7.5.5",
50 "@babel/types": "^7.5.5",
51 "@nuofe/ndk-lint-tool": "^7.3.0",
52 "@nuofe/ndk-logger": "^7.2.0",
53 "@nuofe/ndk-utilities": "^7.3.0",
54 "cross-spawn": "^6.0.5",
55 "fs-extra": "^8.1.0",
56 "inquirer": "^6.4.1",
57 "semver": "^6.3.0",
58 "sort-object-keys": "^1.1.2"
59 },
60 "engines": {
61 "node": ">=10.16.0"
62 },
63 "gitHead": "a7f62bac0b4a7c00e6d2e1f99f88ac45d9d36e3c"
64}