-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
66 lines (66 loc) · 1.79 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "meta-npm",
"version": "0.0.0-development",
"description": "npm plugin for meta",
"main": "index.js",
"bin": {
"meta-npm": "./bin/meta-npm",
"meta-npm-clean": "./bin/meta-npm-clean",
"meta-npm-install": "./bin/meta-npm-install",
"meta-npm-link": "./bin/meta-npm-link",
"meta-npm-outdated": "./bin/meta-npm-outdated",
"meta-npm-publish": "./bin/meta-npm-publish",
"meta-npm-run": "./bin/meta-npm-run",
"meta-npm-symlink": "./bin/meta-npm-symlink"
},
"scripts": {
"commit": "git-cz",
"lint": "prettier --write \"bin/*\" index.js",
"test": "jest --config jest.json --coverage",
"test:coverage": "jest --config jest.json --coverage",
"test:watch": "jest --config jest.json --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mateodelnorte/meta-npm.git"
},
"keywords": [
"npm",
"meta",
"repo",
"repository",
"metarepository",
"metarepo"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/mateodelnorte/meta/issues"
},
"homepage": "https://github.com/mateodelnorte/meta-npm#readme",
"dependencies": {
"async": "^3.2.0",
"chalk": "^3.0.0",
"commander": "^2.20.3",
"debug": "^4.3.2",
"find-module-bin": "^1.1.0",
"get-meta-file": "^1.3.4",
"lodash": "^4.17.21",
"loop": "^3.3.4",
"meta-exec": "^1.4.2",
"meta-loop": "^1.2.2",
"symlink-meta-dependencies": "^1.2.3"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"husky": "6.0.0",
"jest": "26.6.3",
"mocha": "6.2.3",
"prettier": "2.5.1",
"pretty-quick": "3.1.3",
"should": "13.2.3"
}
}