-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.04 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.04 KB
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
{
"name": "rype",
"version": "3.0.3",
"scripts": {
"dev": "npmize dev",
"build": "npmize build",
"lab": "run ./src/__lab__/index.ts",
"test": "jest --watch --watchAll",
"tsc": "tsc --noEmit --watch",
"lint": "eslint ."
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.13",
"eslint": "^9.13.0",
"jest": "^29.7.0",
"npmize": "^1.1.11",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/NazmusSayad/rype.git"
},
"keywords": [
"validation",
"type",
"schema",
"typescript",
"utility",
"integration",
"data-structures",
"developer-tools",
"bug-free",
"reliable",
"fast",
"faster",
"better",
"zod",
"yup",
"valibot",
"alternative",
"similar"
],
"main": "./dist/index.cjs",
"module": "./dist/index.mjs"
}