This repository was archived by the owner on Feb 19, 2024. It is now read-only.
forked from keeweb/keeweb-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.29 KB
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
{
"name": "keeweb-plugins",
"version": "1.0.0",
"description": "KeeWeb plugins",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node scripts/start.js",
"lint": "eslint scripts docs/plugins",
"update": "node scripts/update-plugins.js",
"translations": "node scripts/download-translations.js",
"watch": "run() { node ../keeweb/plugins/keeweb-plugin/keeweb-plugin.js watch docs/plugins/$1/ --bump-version --signer-module=../../../keeweb-plugins/scripts/sign; }; run",
"sign": "run() { node ../keeweb/plugins/keeweb-plugin/keeweb-plugin.js sign docs/plugins/$1/ --signer-module=../../../keeweb-plugins/scripts/sign; }; run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keeweb/keeweb-plugins.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/keeweb/keeweb-plugins/issues"
},
"homepage": "https://github.com/keeweb/keeweb-plugins#readme",
"devDependencies": {
"eslint": "^4.19.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
},
"optionalDependencies": {
"keytar": "^4.0.3",
"pkcs15-smartcard-sign": "^1.0.0"
}
}