You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DocsGPT/extensions/chrome/package.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"
}
}