forked from cagov/wordpress-to-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 773 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 773 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
{
"name": "cagov-wordpress-to-github-development",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/cagov/wordpress-to-github.git"
},
"description": "",
"type": "commonjs",
"scripts": {
"install_normal": "npm install file:wordpress-to-github",
"install_without_symlinks": "npm install $(npm pack file:wordpress-to-github | tail -1)"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@cagov/slack-connector": "^0.0.1",
"@cagov/wordpress-to-github": "file:wordpress-to-github"
},
"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"
}
}