-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"name": "insomnia-plugin-custom-poimandres-theme",
"version": "1.0.1",
"description": "A custom poimandres theme for insomnia",
"main": "index.js",
"keywords": [
"insomnia",
"poimandres",
"theme"
],
"repository": {
"type": "git",
"url": "git+https://github.com/megancooper/insomnia-plugin-custom-poimandres-theme.git"
},
"author": "Megan Cooper",
"license": "ISC",
"bugs": {
"url": "https://github.com/megancooper/insomnia-plugin-custom-poimandres-theme/issues"
},
"homepage": "https://github.com/megancooper/insomnia-plugin-custom-poimandres-theme#readme",
"insomnia": {
"name": "Poimandres Theme",
"displayName": "Poimandres Theme Plugin",
"description": "A custom poimandres theme for insomnia",
"publisher": {
"name": "Megan Cooper",
"url": "https://res.cloudinary.com/dbfgjzwih/image/upload/v1659070005/profile_picture.jpg"
}
},
"devDependencies": {
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
}
}