-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 867 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 867 Bytes
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
{
"name": "@idliapam/glitch-widget",
"version": "1.1.0",
"description": "AI-powered bug reporting widget. Users report bugs in 5 seconds. AI triages automatically.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"bug-reporter",
"bug-tracking",
"ai",
"widget",
"glitch",
"idliapam",
"qa",
"error-tracking"
],
"author": "Idliapam <hello@idliapam.in>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ankitajainkuniya/ai-commerce-os",
"directory": "packages/glitch-widget"
},
"homepage": "https://idliapam.in/glitch",
"devDependencies": {
"typescript": "^5.0.0"
}
}