-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 929 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
{
"name": "symlink-config",
"version": "0.2.0",
"description": "A tool to symlink your project config files to root",
"main": "src/index.js",
"bin": "src/index.js",
"files": [
"src"
],
"scripts": {
"prepare": "./src/index.js && husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/strdr4605/symlink-config.git"
},
"keywords": [
"symlink",
"config",
"root"
],
"author": "Dragoș Străinu @strdr4605",
"license": "MIT",
"bugs": {
"url": "https://github.com/strdr4605/symlink-config/issues"
},
"homepage": "https://github.com/strdr4605/symlink-config#readme",
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"eslint": "^8.12.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"prettier": "^2.6.2"
}
}