-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "unkenny",
"version": "1.3.0",
"type": "module",
"description": "## FoundryVTT NPCs with artificial intelligence",
"main": "src/scripts/main.js",
"scripts": {
"test": "cross-env NODE_ENV=test mocha --require ./mocha.setup.js",
"test:coverage": "cross-env NODE_ENV=test c8 --include='src/*' mocha --require ./mocha.setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheComamba/UnKenny.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheComamba/UnKenny/issues"
},
"homepage": "https://github.com/TheComamba/UnKenny#readme",
"devDependencies": {
"c8": "^10.1.3",
"chai": "^5.1.1",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"globals": "^15.14.0",
"i18next": "^24.2.0",
"i18next-fs-backend": "^2.3.1",
"jsdom": "^25.0.1",
"mocha": "^11.0.1",
"sinon": "^19.0.2"
},
"dependencies": {
"@xenova/transformers": "^2.17.1",
"handlebars": "^4.7.8",
"jquery": "^3.7.1",
"openai": "^4.45.0"
}
}