-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 848 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 848 Bytes
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
{
"name": "typing-assets",
"version": "2.1.5",
"description": "Additional typing assets and helpers for better TypeScript experience",
"main": "build/index.js",
"types": "build/index.d.ts",
"bugs": {
"url": "https://github.com/LCcodder/typing-assets/issues/new"
},
"homepage": "https://github.com/LCcodder/typing-assets",
"repository": {
"type": "git",
"url": "https://github.com/LCcodder/typing-assets"
},
"scripts": {
"test": "jest --watch=all"
},
"keywords": [
"typescript",
"utility",
"types",
"typing",
"assets",
"type guard",
"asserter",
"predicates"
],
"author": "LCcodder",
"license": "ISC",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
}
}