File tree Expand file tree Collapse file tree 1 file changed +29
-26
lines changed
Expand file tree Collapse file tree 1 file changed +29
-26
lines changed Original file line number Diff line number Diff line change 11{
2-
3- "name" : " rakit-typescript" ,
4- "version" : " 1.0.0" ,
5- "description" : " " ,
2+ "name" : " mobkit-typescript" ,
3+ "version" : " 1.0.1" ,
4+ "description" : " TypeScript validation library with customizable rules and multilingual support for validating user inputs efficiently." ,
65 "main" : " dist/index.js" ,
76 "types" : " dist/index.d.ts" ,
8- "dependencies" : {
9- "acorn" : " ^8.14.1" ,
10- "acorn-walk" : " ^8.3.4" ,
11- "arg" : " ^4.1.3" ,
12- "create-require" : " ^1.1.1" ,
13- "diff" : " ^4.0.2" ,
14- "make-error" : " ^1.3.6" ,
15- "undici-types" : " ^6.21.0" ,
16- "v8-compile-cache-lib" : " ^3.0.1" ,
17- "yn" : " ^3.1.1"
7+ "keywords" : [
8+ " validation" ,
9+ " typescript" ,
10+ " form" ,
11+ " validator" ,
12+ " multilingual"
13+ ],
14+ "author" : " Armnajafi" ,
15+ "license" : " MIT" ,
16+ "repository" : {
17+ "type" : " git" ,
18+ "url" : " git+https://github.com/Armnajafi/mobkit-typescript.git"
1819 },
19- "devDependencies" : {
20- "@types/node" : " ^22.14.1" ,
21- "ts-node" : " ^10.9.2" ,
22- "typescript" : " ^5.8.3"
20+ "bugs" : {
21+ "url" : " https://github.com/Armnajafi/mobkit-typescript/issues"
2322 },
24- "scripts" : {
25- "build" : " tsc" ,
26- "start" : " ts-node src/index.ts"
23+ "homepage" : " https://github.com/Armnajafi/mobkit-typescript#readme" ,
24+ "devDependencies" : {
25+ "@types/jest" : " ^29.5.0" ,
26+ "@types/node" : " ^18.15.11" ,
27+ "jest" : " ^29.5.0" ,
28+ "ts-jest" : " ^29.1.0" ,
29+ "typescript" : " ^5.0.4"
2730 },
28-
29- "keywords" : [] ,
30- "author" : " " ,
31- "license" : " ISC " ,
32- "type" : " commonjs "
31+ "files" : [
32+ " dist " ,
33+ " LICENSE " ,
34+ " README.md "
35+ ]
3336}
You can’t perform that action at this time.
0 commit comments