-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.77 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
57
58
59
60
61
62
{
"name": "insomnia-plugin-op",
"version": "0.2.0",
"description": "Insomnia Plugin to integrate with 1Password CLI (op)",
"main": "./dist/app.js",
"type": "commonjs",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"insomnia",
"insomnia plugin",
"1password"
],
"author": {
"name": "Benjamin von Polheim",
"email": "[email protected]",
"url": "https://benvp.co"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/benvp/insomnia-plugin-op/issues"
},
"license": "MIT",
"homepage": "https://github.com/benvp/insomnia-pluggpin-op",
"repository": {
"type": "git",
"url": "https://github.com/benvp/insomnia-plugin-op"
},
"insomnia": {
"name": "op",
"displayName": "1Password",
"description": "Insomnia Plugin fetches secrets from 1Password via the CLI (op).",
"images": {
"icon": "./images/op-plugin-icon.svg",
"cover": "/images/op-pluign-cover.svg"
},
"publisher": {
"name": "Benjamin von Polheim",
"icon": "https://avatars.githubusercontent.com/u/981344?v=4"
},
"unlisted": false
},
"devDependencies": {
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^5.0.0",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
},
"dependencies": {
"@1password/op-js": "^0.1.11",
"node-cache": "^5.1.2"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}