-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 877 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 877 Bytes
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
{
"name": "brickyard-cli",
"version": "7.0.1",
"description": "",
"main": "lib/brickyard",
"bin": {
"brickyard": "bin/index.js"
},
"scripts": {
"publish": "npm publish --registry https://registry.npmjs.org",
"lint": "eslint .",
"ci": "npm run lint"
},
"repository": "dbjtech/brickyard-cli",
"author": "vincentngthu",
"license": "ISC",
"dependencies": {
"@brickyard/logger": "^0.0.3",
"find-node-modules": "^2.1.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-json-editor": "^2.5.4",
"gulp4-run-sequence": "^0.3.3",
"lodash": "^4.17.20",
"minimatch": "^3.0.4",
"semver": "6.0.0",
"update-notifier": "^4.1.1",
"yargs": "^13.2.4"
},
"devDependencies": {
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1"
}
}