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 11{
2- "name" : " node-clusterize" ,
2+ "name" : " @doris/ node-clusterize" ,
33 "version" : " 1.1.22" ,
44 "description" : " enables the creation of child processes (workers) that run simultaneously and share the same server port" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/module.js" ,
77 "types" : " dist/types.d.ts" ,
8- "repository" : " https://github.com/doris-mobi/node-clusterize" ,
9- 10- "license" : " MIT" ,
11- "files" : [
12- " dist"
13- ],
148 "scripts" : {
159 "prebuild" : " rimraf ./dist" ,
1610 "build" : " parcel build src/index.ts" ,
4438 "ts-jest" : " ^27.1.4" ,
4539 "typescript" : " ^4.6.3"
4640 },
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" ,
4748 "engines" : {
4849 "node" : " >= 14"
49- }
50+ },
51+ "files" : [
52+ " dist"
53+ ]
5054}
You can’t perform that action at this time.
0 commit comments