-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.29 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
49
50
51
52
{
"name": "@rgrannell/kale",
"version": "0.8.0",
"description": "Highlight Logs",
"author": "Róisín Grannell <[email protected]>",
"scripts": {
"tsc": "tsc",
"standard": "npx standard 'src/**'",
"standard:fix": "npx standard 'src/**' --fix",
"test": "npx test --coverage-report=lcov"
},
"preferGlobal": true,
"bin": {
"kale": "src/cli/kale.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/rgrannell1/kale.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rgrannell1/kale/issues"
},
"homepage": "https://github.com/rgrannell1/kale#readme",
"devDependencies": {
"@rgrannell/depcheck": "^9.4.0",
"@rgrannell/pulp": "^9.4.0",
"standard": "13.1.0",
"tap": "^14.10.7",
"testdouble": "^3.16.0"
},
"dependencies": {
"@rgrannell/errors": "^9.1.0",
"@types/split": "^1.0.0",
"@types/through": "0.0.30",
"ansi-styles": "^2.2.1",
"chalk": "^4.1.0",
"general-category": "^1.6.0",
"ink": "^3.0.6",
"keypress": "^0.2.1",
"moment": "2.29.4",
"nanoid": "^3.1.9",
"neodoc": "2.0.2",
"react": "^16.13.1",
"split": "^1.0.1",
"strip-ansi-stream": "1.0.0",
"through": "^2.3.8",
"typescript": "^4.0.3",
"unicode": "^12.1.0"
}
}