-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.46 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@daily-co/realtime-ai-daily",
"version": "0.2.3",
"license": "BSD-2-Clause",
"main": "dist/index.js",
"module": "dist/index.module.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/daily-co/realtime-ai-daily.git"
},
"files": [
"dist",
"package.json",
"README.md"
],
"scripts": {
"build": "parcel build --no-cache",
"dev": "parcel watch",
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0"
},
"devDependencies": {
"@parcel/packager-ts": "2.12.0",
"@parcel/resolver-default": "^2.12.0",
"@parcel/transformer-typescript-tsc": "^2.12.0",
"@parcel/transformer-typescript-types": "2.12.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"parcel": "^2.12.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@daily-co/daily-js": "^0.73.0",
"realtime-ai": "0.2.2"
},
"description": "Realtime AI Daily Transport Package",
"author": "Jon Taylor",
"bugs": {
"url": "https://github.com/daily-co/realtime-ai-daily/issues"
},
"homepage": "https://github.com/daily-co/realtime-ai-daily#readme"
}