File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed
Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @sruenwg/topojson-schema" ,
33 "version" : " 0.1.0" ,
4+ "license" : " MIT" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/sruenwg/topojson-validation.git" ,
8+ "directory" : " packages/topojson-schema"
9+ },
410 "type" : " module" ,
511 "exports" : {
612 "./draft-07" : " ./dist/schemas/draft-07/index.js"
713 },
814 "files" : [
915 " dist"
1016 ],
11- "repository" : {
12- "type" : " git" ,
13- "url" : " https://github.com/sruenwg/topojson-validation.git" ,
14- "directory" : " packages/topojson-schema"
15- },
1617 "scripts" : {
1718 "build" : " bun run ./build/generate-schemas.ts && bun run ./build/generate-exports.ts" ,
1819 "test" : " vitest"
Original file line number Diff line number Diff line change 11{
22 "name" : " @sruenwg/topojson-tests" ,
33 "version" : " 0.1.0" ,
4- "type" : " module" ,
5- "exports" : " ./index.js" ,
4+ "license" : " MIT" ,
65 "repository" : {
76 "type" : " git" ,
87 "url" : " https://github.com/sruenwg/topojson-validation.git" ,
98 "directory" : " packages/topojson-tests"
10- }
9+ },
10+ "type" : " module" ,
11+ "exports" : " ./index.js"
1112}
Original file line number Diff line number Diff line change 11{
22 "name" : " @sruenwg/topojson-valibot" ,
33 "version" : " 0.1.0" ,
4+ "license" : " MIT" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/sruenwg/topojson-validation.git" ,
8+ "directory" : " packages/topojson-valibot"
9+ },
410 "type" : " module" ,
511 "exports" : " ./dist/index.js" ,
612 "types" : " ./dist/index.d.ts" ,
713 "files" : [
814 " dist"
915 ],
10- "repository" : {
11- "type" : " git" ,
12- "url" : " https://github.com/sruenwg/topojson-validation.git" ,
13- "directory" : " packages/topojson-valibot"
14- },
1516 "scripts" : {
1617 "build" : " tsc" ,
1718 "test" : " vitest"
You can’t perform that action at this time.
0 commit comments