-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.27 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
54
55
{
"name": "svag-routy",
"version": "0.1.13",
"homepage": "https://github.com/svagcrew/svag-routy",
"repository": {
"type": "git",
"url": "git+https://github.com/svagcrew/svag-routy.git"
},
"bugs": {
"url": "https://github.com/svagcrew/svag-routy/issues"
},
"author": {
"name": "Sergei Dmitriev",
"url": "https://sergei.svag.group"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"files": [
"./src/**/*",
"./dist/**/*"
],
"scripts": {
"build": "svag-ts build",
"dev": "svag-ts dev",
"lint": "svag-lint lint",
"prepare": "husky",
"prettify": "svag-prettier prettify",
"start": "svag-ts start",
"test": "svag-jest test",
"types": "svag-ts types",
"watch": "svag-ts watch"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^9.3.0",
"husky": "^9.0.11",
"jest": "30.0.0-alpha.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"svag-husky": "^0.1.49",
"svag-jest": "^0.1.39",
"svag-lint": "^0.1.72",
"svag-prettier": "^0.1.63",
"svag-ts": "^0.1.68",
"ts-jest": "^29.1.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5"
},
"type": "module"
}