forked from erfanium/fetch-typebox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 823 Bytes
/
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
{
"name": "@danielsoheil/csv-parse-typebox",
"version": "0.2.13",
"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/danielsoheil/csv-parse-typebox.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielsoheil/csv-parse-typebox/issues"
},
"homepage": "https://github.com/danielsoheil/csv-parse-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.9",
"ajv": "^8.12.0",
"csv-parse": "^5.3.9"
}
}