File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " node-clusterize" ,
2
+ "name" : " @doris/ node-clusterize" ,
3
3
"version" : " 1.1.22" ,
4
4
"description" : " enables the creation of child processes (workers) that run simultaneously and share the same server port" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/module.js" ,
7
7
"types" : " dist/types.d.ts" ,
8
- "repository" : " https://github.com/doris-mobi/node-clusterize" ,
9
-
10
- "license" : " MIT" ,
11
- "files" : [
12
- " dist"
13
- ],
14
8
"scripts" : {
15
9
"prebuild" : " rimraf ./dist" ,
16
10
"build" : " parcel build src/index.ts" ,
44
38
"ts-jest" : " ^27.1.4" ,
45
39
"typescript" : " ^4.6.3"
46
40
},
41
+ "repository" : " https://github.com/doris-mobi/node-clusterize" ,
42
+ "homepage" : " https://github.com/doris-mobi/node-clusterize" ,
43
+ "bugs" : {
44
+ "url" : " https://github.com/doris-mobi/node-clusterize/issues"
45
+ },
46
+
47
+ "license" : " MIT" ,
47
48
"engines" : {
48
49
"node" : " >= 14"
49
- }
50
+ },
51
+ "files" : [
52
+ " dist"
53
+ ]
50
54
}
You can’t perform that action at this time.
0 commit comments