-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1000 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "generator-ts-exe",
"version": "0.1.5",
"description": "Scaffold a Typescript executable project",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mdrx-io/generator-ts-exe.git"
},
"homepage": "https://github.com/mdrx-io/generator-ts-exe#readme",
"bugs": {
"url": "https://github.com/mdrx-io/generator-ts-exe/issues"
},
"author": {
"name": "Mike Lewis",
"email": "m@mdrx.io",
"url": "https://www.mdrx.io"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "jest --coverage"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"executable",
"scaffold",
"typescript",
"pkg",
"app",
"application",
"utility",
"node"
],
"dependencies": {
"command-exists": "^1.2.9",
"luxon": "^1.22.0",
"yeoman-generator": "^4.7.0"
},
"devDependencies": {
"jest": "^25.1.0",
"rimraf": "^3.0.2",
"yeoman-test": "^2.3.0"
}
}