forked from braintree/jsdoc-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 892 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
32
33
34
35
36
37
38
39
{
"name": "imapflow-jsdoc-template",
"version": "3.4.0-imapflow.2",
"description": "Braintree JSDoc 3 Template",
"main": "publish.js",
"files": [
"static",
"tmpl",
"publish.js",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {
"lint": "eslint .",
"test": "npm run lint",
"preversion": "./scripts/preversion"
},
"repository": {
"type": "git",
"url": "https://github.com/braintree/jsdoc-template"
},
"author": "Braintreeps <[email protected]>",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/braintree/jsdoc-template"
},
"homepage": "https://github.com/braintree/jsdoc-template",
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-braintree": "^5.0.1",
"taffydb": "^2.7.3"
}
}