-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "poi-plugin-secretary",
"version": "3.0.3",
"description": "A plugin for poi. Use secretary voice as notification sound.",
"main": "index.es",
"scripts": {
"reset": "git clean -f && git checkout .",
"prepack": "poi-util-transpile --sm --replace",
"postpublish": "npm run reset",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poooi/plugin-secretary.git"
},
"author": {
"name": "Dazzy Ding",
"link": "https://github.com/yukixz"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/poooi/plugin-secretary/issues"
},
"homepage": "https://github.com/poooi/plugin-secretary",
"dependencies": {},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-poi-plugin": "^2.0.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"poi-util-transpile": "^10.3.4",
"prettier": "^1.18.2"
},
"poiPlugin": {
"title": "Secretary",
"description": "Use secretary voice as notification sound.",
"icon": "fa/file-audio-o",
"priority": 8,
"apiVer": {
"7.5.99": "0.7.1",
"7.99.99": "2.0.1",
"10.2.99": "2.0.3"
}
}
}