-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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": "ftrucli",
"version": "1.1.0",
"description": "`ftrucli` is a Food Truck CLI used to find food trucks near a geospatial coordinate (especially in San Francisco).",
"main": "./lib/index.js",
"bin": {
"ftrucli": "./lib/index.js"
},
"directories": {
"doc": "docs"
},
"scripts": {
"build": "heft build",
"build-clean": "heft build --clean",
"test": "heft test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpaceKatt/ftrucli.git"
},
"keywords": [
"ftrucli",
"food truck",
"cli",
"San Francisco"
],
"author": "Thomas Kercheval",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpaceKatt/ftrucli/issues"
},
"homepage": "https://github.com/SpaceKatt/ftrucli#readme",
"dependencies": {
"@rushstack/ts-command-line": "^4.7.9",
"axios": "0.21.1",
"table": "6.6.0"
},
"devDependencies": {
"@rushstack/eslint-config": "^2.3.3",
"@rushstack/heft": "^0.28.1",
"@rushstack/heft-node-rig": "^1.0.9",
"@types/heft-jest": "^1.0.2",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"eslint": "^7.24.0",
"typescript": "^4.2.4"
}
}