mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-02 03:40:17 +00:00
21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "docsgpt-chrome-extension",
|
|
"version": "0.0.1",
|
|
"description": "DocsGPT - Documentation AI butler",
|
|
"main": "popup.js",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "npx tailwindcss -i ./styles.css -o ./dist/output.css --watch"
|
|
},
|
|
"keywords": [
|
|
"DocsGPT",
|
|
"Documentation",
|
|
"Chrome",
|
|
"extension"
|
|
],
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.2.4"
|
|
}
|
|
}
|