-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.01 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.01 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
{
"name": "is-conventional",
"version": "1.0.0",
"description": "This is a simple code for checking wether the commit msg is conventional or not",
"main": "App.js",
"scripts": {
"test": "standard && node test.js | tap-spec",
"lint": "standard . --fix"
},
"files": [
"App.js"
],
"author": {
"name": "Alestor Aldous",
"url": "https://alestor123.github.io"
},
"funding": "https://alestor123.is-a.dev/donate/",
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alestor123/CONVENTIONAL-COMMIT.git"
},
"keywords": [
"conventional",
"github",
"git",
"npm",
"npmjs",
"regex",
"string",
"commit",
"message"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/alestor123/CONVENTIONAL-COMMIT/issues"
},
"homepage": "https://github.com/alestor123/CONVENTIONAL-COMMIT#readme",
"devDependencies": {
"standard": "^16.0.3",
"tap": "^15.0.9",
"tap-spec": "^5.0.0"
}
}