-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.12 KB
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
{
"name": "kaiware-test-client",
"version": "1.0.0",
"description": "Just load the root folder as a packaged app in Waterfox Classic.",
"author": {
"name": "Garrett Downs",
"url": "https://nothingspecial.io"
},
"homepage": "https://github.com/nothingspecialdev/kaiware-test-client",
"repository": {
"type": "git",
"url": "https://github.com/nothingspecialdev/kaiware-test-client"
},
"main": "index.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.24.4",
"@nothing-special/kaiware-lib": "^0.11.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/rollup": "^0.54.0",
"rollup": "^4.14.1",
"rollup-plugin-copy": "^3.5.0",
"tslib": "^2.6.2",
"typescript": "^5.4.4"
}
}