-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 726 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 726 Bytes
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
{
"name": "@confused-techie/compactignore",
"version": "2.0.3",
"description": "Single file configuration for your Code Exclusions.",
"main": "index.js",
"bin": {
"compactignore": "bin/compactignore.js"
},
"scripts": {
"test": "jest --config ./jest.config.js",
"lint": "prettier --check -u -w ."
},
"author": "confused-techie",
"license": "MIT",
"devDependencies": {
"jest": "^29.4.1",
"prettier": "^2.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/confused-Techie/CompactIgnore.git"
},
"bugs": {
"url": "https://github.com/confused-Techie/CompactIgnore/issues"
},
"homepage": "https://github.com/confused-Techie/CompactIgnore#readme"
}