-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 959 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
{
"name": "learning-commons-booking",
"version": "1.0.0",
"description": ",-----.,--. ,--. ,---. ,--.,------. ,------. ' .--./| | ,---. ,--.,--. ,-| || o \\ | || .-. \\ | .---' | | | || .-. || || |' .-. |`..' | | || | \\ :| `--, ' '--'\\| |' '-' '' '' '\\ `-' | .' / | || '--' /| `---. `-----'`--' `---' `----' `---' `--' `--'`-------' `------' -----------------------------------------------------------------",
"main": "index.js",
"scripts": {
"prettier": "onchange '**/*.js' -- prettier --write {{changed}}"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.1",
"immutable": "^3.8.2",
"inquirer": "^6.2.0",
"jquery": "^3.3.1",
"jsdom": "^13.0.0",
"ora": "^3.0.0",
"puppeteer": "^1.10.0",
"table-to-json": "^0.13.0"
},
"devDependencies": {
"onchange": "^5.0.2",
"prettier": "^1.14.3"
}
}