-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 930 Bytes
/
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
{
"name": "cagov-github-tree-push-development",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/cagov/github-tree-push.git"
},
"bugs": "https://github.com/cagov/github-tree-push/issues",
"description": "Development project for github-tree-push",
"type": "commonjs",
"scripts": {
"install_normal": "npm install file:github-tree-push-module",
"install_without_symlinks": "npm install $(npm pack file:github-tree-push-module | tail -1)"
},
"author": {
"name": "Carter Medlin",
"email": "[email protected]",
"url": "https://github.com/carterm"
},
"license": "MIT",
"devDependencies": {
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.0"
},
"dependencies": {
"@cagov/github-tree-push": "file:github-tree-push-module"
}
}