-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "alfred-amphetamine",
"version": "1.0.0",
"description": "Alfred Workflow for Amphetamine.",
"author": {
"name": "Iolar Demartini Junior",
"email": "[email protected]",
"url": "https://demartini.dev"
},
"bugs": {
"url": "https://github.com/demartini/alfred-amphetamine/issues"
},
"contributors": [
{
"name": "Alfred Workflow for AmphetamineContributors",
"url": "https://github.com/demartini/alfred-amphetamine/graphs/contributors"
}
],
"engines": {
"node": ">= 12",
"npm": ">= 6",
"yarn": ">=1.20.0"
},
"files": [
"icon.png",
"info.plist"
],
"homepage": "https://github.com/demartini/alfred-amphetamine#readme",
"keywords": [
"alfred",
"alfy",
"amphetamine",
"caffeine",
"workflow"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/demartini/alfred-amphetamine.git"
},
"scripts": {
"markdownlint:fix": "markdownlint '**/*.md' --fix",
"markdownlint:report": "markdownlint '**/*.md'",
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup",
"semantic-release": "semantic-release"
},
"dependencies": {
"alfy": "^1.0.0"
},
"devDependencies": {
"@demartini/commitlint-config": "^0.1.2",
"@demartini/markdownlint-config": "^0.1.1",
"@demartini/semantic-release-config": "^0.1.0"
}
}