-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.44 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.44 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
47
48
49
50
51
52
53
54
55
56
{
"name": "@ianlewis/todos",
"description": "Parse TODO and FIXME comments from code",
"homepage": "https://github.com/ianlewis/todos#readme",
"version": "0.14.0",
"license": "Apache-2.0",
"author": {
"name": "Ian Lewis",
"email": "ian@ianlewis.org",
"url": "https://ianlewis.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianlewis/todos.git"
},
"bugs": {
"url": "https://github.com/ianlewis/todos/issues"
},
"bin": {
"todos": "index.js"
},
"files": [
"index.js",
"img/todos.png",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"optionalDependencies": {
"@ianlewis/todos-darwin-amd64": "0.14.0",
"@ianlewis/todos-darwin-arm64": "0.14.0",
"@ianlewis/todos-linux-amd64": "0.14.0",
"@ianlewis/todos-linux-arm64": "0.14.0",
"@ianlewis/todos-windows-amd64": "0.14.0",
"@ianlewis/todos-windows-arm64": "0.14.0"
},
"devDependencies": {
"@commitlint/cli": "20.2.0",
"@commitlint/config-conventional": "20.2.0",
"dictionary-en": "4.0.0",
"eslint": "9.39.1",
"eslint-plugin-github": "6.0.0",
"eslint-plugin-prettier": "5.5.4",
"markdownlint-cli2": "0.19.1",
"prettier": "3.7.4",
"renovate": "41.173.1",
"textlint": "15.4.1",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-spelling": "0.3.0",
"encoding": "0.1.13",
"picomatch": "4.0.4"
},
"publishConfig": {
"provenance": true
}
}