-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"author": {
"email": "[email protected]",
"name": "Paul Anthony Webb",
"site": "https://webb.page"
},
"dependencies": {
"colorette": "^1.1.0",
"fastify-plugin": "^1.6.0",
"got": "^9.6.0"
},
"description": "Node module for Chew Analytics",
"devDependencies": {
"@inc/eslint-config": "^2019.7.23",
"eslint": "^6.1.0",
"husky": "^3.0.1",
"npm-run-all": "^4.1.5",
"snazzy": "^8.0.0",
"standardx": "^4.0.0",
"updates": "^8.5.1"
},
"engines": {
"node": ">=10.2.0"
},
"homepage": "https://code.webb.page/IdeasNeverCease/chewit",
"husky": {
"hooks": {
"pre-commit": "npm run format && npm run test:lint && git add -A :/"
}
},
"license": "BSD-3-Clause",
"name": "chewit",
"repository": {
"type": "git",
"url": "https://code.webb.page/IdeasNeverCease/chewit"
},
"scripts": {
"format": "eslint '**/*.js' --fix",
"test": "run-s test:*",
"test:dependencies": "updates --update ./",
"test:lint": "standardx --verbose | snazzy"
},
"version": "2019.07.23"
}