-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 863 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 863 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
28
29
30
31
32
33
34
{
"name": "why",
"version": "0.6.2",
"description": "A tool to document your package.json scripts",
"main": "src/index.js",
"bin": "src/index.js",
"files": [
"src"
],
"scripts": {
"prepare": "npx symlink-config && husky install",
"postinstall": "./src/postinstall.js",
"test": "echo 'add tests'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Planable/why.git"
},
"author": "Dragoș Străinu @strdr4605",
"license": "MIT",
"bugs": {
"url": "https://github.com/Planable/why/issues"
},
"homepage": "https://github.com/Planable/why#readme",
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"eslint": "^8.11.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"prettier": "2.6.0",
"symlink-config": "^0.1.2"
}
}