-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 742 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 742 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
{
"name": "@erfanium/fetch-typebox",
"version": "0.2.2",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "hammer task build",
"publish": "hammer task publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erfanium/fetch-typebox.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/erfanium/fetch-typebox/issues"
},
"homepage": "https://github.com/erfanium/fetch-typebox#readme",
"devDependencies": {
"@sinclair/hammer": "^0.17.2",
"@sinclair/typebox": "^0.28.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@sinclair/typebox": ">=0.28.0"
}
}