-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
25 lines (25 loc) · 1.08 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
{
"name": "xreplygpt",
"version": "1.0.0",
"description": "<p align='center'> <h1>XReplyGPT Chrome Extension, generate Twitter reply using ChatGPT</h1> <a href=\"https://github.com/marcolivierbouch/XReplyGPT/blob/main/LICENSE.txt\"> <img alt=\"GitHub\" src=\"https://img.shields.io/github/license/marcolivierbouch/XReplyGPT\"> </a> <a href=\"https://chrome.google.com/webstore/detail/xreplygpt/ajjgpcaiofpdenhkmabcadabajmimpdk\"> <img alt=\"Chrome Web Store\" src=\"https://img.shields.io/chrome-web-store/v/ajjgpcaiofpdenhkmabcadabajmimpdk\"> </a> </p>",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcolivierbouch/XReplyGPT.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcolivierbouch/XReplyGPT/issues"
},
"homepage": "https://github.com/marcolivierbouch/XReplyGPT#readme",
"dependencies": {
"supabase": "^1.88.0"
}
}