-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/node": "^18.15.13",
"nodemon": "^2.0.22",
"typescript": "^5.0.4"
},
"dependencies": {
"fs": "^0.0.1-security",
"inquirer": "^9.1.5",
"inversify": "^6.0.1",
"isomorphic-git": "^1.23.0",
"reflect-metadata": "^0.1.13",
"yaml": "^2.2.1"
},
"name": "smochie",
"version": "1.3.2",
"description": "A command-line tool used to increase productivity and project management.",
"main": "app.js",
"type": "module",
"bin": {
"smochie": "app.js"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/splitscale/smochie.git"
},
"bugs": {
"url": "https://github.com/splitscale/smochie/issues"
},
"homepage": "https://github.com/splitscale/smochie#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx tsc -w",
"build": "npx tsc"
},
"author": "Jerome R. Cabugwason",
"license": "MIT"
}