-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 878 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
34
35
36
37
38
39
40
41
42
{
"name": "bullshit-detector",
"version": "1.0.2",
"repository": "https://github.com/pilotpirxie/bullshit-detector.git",
"author": "pilotpirxie <[email protected]>",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"@types/node": "^18.19.45",
"prettier": "3.3.3",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
},
"scripts": {
"prettier": "prettier --write .",
"build": "tsc",
"prepare": "tsc",
"test": "time tsc --noEmit && node --import tsx --test ./src/*.spec.ts"
},
"files": [
"dist"
],
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"express",
"endpoints",
"collection",
"api",
"rest",
"restful",
"openapi",
"swagger",
"zod",
"typescript",
"ts",
"validation",
"inference"
]
}