UNPKG

2.02 kBJSONView Raw
1{
2 "name": "npm-init2",
3 "version": "1.0.82",
4 "private": false,
5 "description": "a lazy npm init for create new package, support yarn workspace. make we without use `mkdir xxx && cd xxx && [npm|yarn] init` with `npx npm-init2 xxx`",
6 "keywords": [
7 "cli",
8 "init",
9 "npm",
10 "tool",
11 "util",
12 "yarn-tool",
13 "workspace",
14 "workspaces",
15 "yarn"
16 ],
17 "homepage": "https://github.com/bluelovers/npm-init2#readme",
18 "bugs": {
19 "url": "https://github.com/bluelovers/npm-init2/issues"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/bluelovers/npm-init2.git"
24 },
25 "license": "ISC",
26 "author": "bluelovers",
27 "contributors": [],
28 "main": "index.js",
29 "bin": {
30 "npm-init2": "bin/npm-init2.js"
31 },
32 "directories": {
33 "lib": "lib"
34 },
35 "scripts": {
36 "test": "echo \"Error: no test specified\" && exit 1",
37 "prebuild:lockfile": "npx sync-lockfile .",
38 "npm:publish": "npm publish",
39 "prepublish:lockfile": "npx sync-lockfile .",
40 "prepublishOnly": "yarn run ncu && yarn run sort-package-json",
41 "prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
42 "postpublish_": "git commit -m \"chore(release): publish\" .",
43 "ncu": "npx yarn-tool ncu -u",
44 "sort-package-json": "npx yarn-tool sort"
45 },
46 "config": {},
47 "resolutions": {},
48 "dependencies": {
49 "@yarn-tool/find-root": "^1.0.12",
50 "@yarn-tool/pkg-git-info": "^1.0.4",
51 "@yarn-tool/static-file": "^1.0.29",
52 "@yarn-tool/update-notifier": "^1.0.11",
53 "cross-spawn-extra": "^2.0.0",
54 "find-yarn-workspace-root2": "^1.2.15",
55 "fs-extra": "^9.0.1",
56 "json5": "^2.1.3",
57 "lodash": "^4.17.15",
58 "micromatch": "^4.0.2",
59 "npm-package-json-loader": "^1.0.21",
60 "validate-npm-package-name": "^3.0.0",
61 "workspaces-config": "^1.0.11",
62 "yargs": "^15.3.1"
63 },
64 "bundleDependencies": [],
65 "preferGlobal": true,
66 "publishConfig": {},
67 "gitHead": "383259bc665128eb9e49da26d1751531649e27c5",
68 "licenses": []
69}