-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.23 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
47
48
49
50
51
52
53
{
"name": "i777n-core",
"version": "0.1.32",
"homepage": "https://github.com/svagcrew/i777n-core",
"repository": {
"type": "git",
"url": "git+https://github.com/svagcrew/i777n-core.git"
},
"bugs": {
"url": "https://github.com/svagcrew/i777n-core/issues"
},
"author": {
"name": "Sergei Dmitriev",
"url": "https://sergei.svag.group"
},
"main": "./dist/index.js",
"files": [
"src/**/*",
"dist/**/*"
],
"scripts": {
"build": "svag-ts build",
"lint": "svag-lint lint",
"prepare": "husky",
"prettify": "svag-prettier prettify",
"test": "echo 'Everything is OK'",
"types": "svag-ts types",
"watch": "svag-ts watch"
},
"dependencies": {
"dedent": "^1.5.3",
"lodash": "^4.17.21",
"openai": "^4.39.0",
"svag-deep-map": "^0.1.14",
"tiktoken": "^1.0.14",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.11",
"concurrently": "^8.2.2",
"husky": "^9.0.11",
"onchange": "^7.1.0",
"rimraf": "^5.0.5",
"svag-husky": "^0.1.49",
"svag-lint": "^0.1.72",
"svag-prettier": "^0.1.63",
"svag-ts": "^0.1.68",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5"
},
"type": "module"
}