-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "@toreda/fate",
"version": "0.7.0",
"description": "",
"public": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "yarn gulp",
"test": "yarn jest --coverage",
"test:fast": "yarn jest --coverage=false --maxWorkers=25% --silent --verbose=false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toreda/fate.git"
},
"author": "Toreda, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/toreda/fate/issues"
},
"prettier": "@toreda/prettier-config",
"homepage": "https://github.com/toreda/fate#readme",
"resolutions": {
"chokidar": "^3.0.0"
},
"devDependencies": {
"@swc/core": "^1.4.0",
"@swc/jest": "^0.2.36",
"@toreda/build-tools": "^0.8.0",
"@toreda/eslint-config": "^2.2.0",
"@toreda/log": "^0.6.16",
"@toreda/prettier-config": "^1.0.1",
"@toreda/strong-types": "^0.28.5",
"@toreda/types": "^2.16.0",
"@types/gulp": "^4.0.17",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/typescript-estree": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^29.7.0",
"jest-sonar-reporter": "^2.0.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {}
}