-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1010 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
{
"name": "@rkristelijn/todomd",
"experimental": "true",
"version": "1.2.3",
"description": "Simple tools or a simple TODO.md",
"main": "index.jms",
"type": "module",
"bin": {
"todomd": "index.mjs"
},
"scripts": {
"test": "node index.mjs lint",
"init": "node index.mjs init",
"readme": "node index.mjs lint -f README.md",
"gitlab": "node index.mjs lint -f TODO.md -g npm-tasks.junit.xml",
"gitlab2": "node index.mjs lint -f EXAMPLE.md -g npm-tasks.junit.xml",
"example": "node index.mjs lint -f EXAMPLE.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rkristelijn/todo-md.git"
},
"keywords": [
"TODO",
"TODO.md",
"tools"
],
"author": "Remi Kristelijn <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/rkristelijn/todo-md/issues"
},
"homepage": "https://github.com/rkristelijn/todo-md#readme",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.0.0"
}
}