-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.05 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
{
"name": "@techlestial/gitlestial",
"version": "1.0.7",
"description": "Gitlestial - A git manipulating tool",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"gitlestial": "bin/gitlestial"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && tsc",
"debug": "ts-node src/test.ts commit-gen --amount 100",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/techlestial/gitlestial.git"
},
"keywords": [
"git",
"gitlestial",
"git",
"manipulator"
],
"author": "m3yevn",
"license": "MIT",
"bugs": {
"url": "https://github.com/techlestial/gitlestial/issues"
},
"homepage": "https://github.com/techlestial/gitlestial#readme",
"dependencies": {},
"devDependencies": {
"@types/node": "^14.0.12",
"@types/rimraf": "^3.0.0",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"funFacts": [],
"badges": [],
"techStacks": [],
"screenshots": []
}