generated from github/codespaces-jupyter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 861 Bytes
/
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
{
"name": "@kickstartds/concierge",
"version": "1.0.0",
"description": "Get Design System answers, fast! Our AI-powered Concierge offers insights from our vast Design System database sourcing expert content only. Ask any question, get pointed to the right source. Your ultimate Design System assistant.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kickstartDS/concierge.git"
},
"license": "(MIT OR Apache-2.0)",
"author": "Jonas Ulrich <jonas.ulrich@kickstartds.com> (https://www.kickstartDS.com/)",
"bugs": {
"url": "https://github.com/kickstartDS/concierge/issues"
},
"homepage": "https://github.com/kickstartDS/concierge#readme",
"devDependencies": {
"supabase": "^1.42.5"
},
"dependencies": {}
}