-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 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
{
"devDependencies": {
"husky": "^3.1.0",
"lodash": "^4.17.21",
"mocha": "^5.2.0",
"notes": "0.0.4",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1",
"sinon": "^7.2.2"
},
"resolutions": {
"minimatch": "^3.0.5",
"minimist": "^0.2.1"
},
"scripts": {
"fixNew": "chmod -x ./utils/js/createScaffold.js",
"new": "./utils/js/createScaffold.js",
"notes": "notes",
"pretty": "prettier --write '{2015,2017,2018,utils}/{,**/}*.js'",
"test": "mocha '{,!(node_modules)/**!(templates)}/*test.js'",
"watdo": "echo '\n\n\nforgot how to use me between years? :)\n\n\n'; yarn new",
"halp": "yarn run --silent watdo",
"how": "yarn run --silent watdo",
"what": "yarn run --silent watdo"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/sojeri/advent_of_code.git"
},
"author": "Jeri Sommers <sojeri@uw.edu>",
"license": "MIT"
}