-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
45
46
47
48
{
"name": "flightplan-tool",
"version": "0.3.51",
"description": "Search for award inventory using Node.js and Headless Chrome!",
"main": "src/index.js",
"bin": {
"flightplan": "bin/cli.js"
},
"scripts": {
"postinstall": "cd client && yarn",
"client": "cd client && yarn start",
"server": "nodemon bin/cli-server.js",
"dev": "concurrently --kill-others-on-fail -p \"[{name}]\" -n \"CLIENT,SERVER\" -c \"black.bgBlue.bold,black.bgGreen.bold\" \"yarn client\" \"yarn server\"",
"test": "jest"
},
"repository": "https://github.com/flightplan-tool/flightplan",
"author": "JD",
"license": "MIT",
"private": false,
"dependencies": {
"address": "^1.0.3",
"await-sleep": "^0.0.1",
"better-sqlite3": "^4.1.4",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"commander": "github:jd20/commander.js#master",
"csv-parse": "^2.5.0",
"express": "^4.16.3",
"external-ip": "^2.1.1",
"humanize-duration": "^3.15.3",
"jspath": "^0.4.0",
"moment": "^2.9.0",
"moment-timezone": "^0.5.23",
"parse-duration": "^0.1.1",
"puppeteer": "^1.6.0-next.1532381444032",
"shelljs": "^0.8.2",
"sync-request": "6.1.0",
"syncprompt": "^2.0.0",
"timetable-fns": "^0.1.16",
"find-and": "latest"
},
"devDependencies": {
"concurrently": "^3.5.1",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"nodemon": "^1.17.3"
}
}