-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.14 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
56
57
58
59
{
"name": "@tolga1452/toolbox.js",
"version": "2.0.0",
"description": "A collection of useful functions for JavaScript & Typescript.",
"main": "./src",
"types": "./src",
"scripts": {
"test": "jest",
"build": "tsc"
},
"keywords": [
"javascript",
"js",
"typescript",
"ts",
"tool",
"box",
"toolbox",
"function",
"useful",
"npm",
"node",
"package",
"module",
"collection",
"possibility",
"color"
],
"author": "✨Tolgchu✨#1452",
"license": "CC-BY-NC-ND-4.0",
"devDependencies": {
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.4"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testMatch": [
"**/__tests__/**/*.test.(t|j)s"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Tolga1452/toolbox.js.git"
},
"homepage": "https://github.com/Tolga1452/toolbox.js#readme",
"bugs": {
"url": "https://github.com/Tolga1452/toolbox.js/issues"
}
}