-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 922 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
{
"name": "emc.fish",
"version": "1.0.0",
"private": true,
"description": "Edit My Config",
"homepage": "https://github.com/demartini/emc.fish#readme",
"bugs": {
"url": "https://github.com/demartini/emc.fish/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demartini/emc.fish.git"
},
"license": "MIT",
"author": {
"name": "Iolar Demartini Junior",
"email": "iolardemartini@gmail.com",
"url": "https://demartini.dev"
},
"contributors": [
{
"name": "Edit My Config Contributors",
"url": "https://github.com/demartini/emc.fish/graphs/contributors"
}
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"release": "standard-version"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"simple-git-hooks": "^2.11.1",
"standard-version": "^9.5.0"
}
}