AnnotateMap/shared/package.json

15 lines
247 B
JSON
Raw Permalink Normal View History

2026-02-23 14:35:23 -08:00
{
"name": "annotatemap-shared",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "dist/types.js",
"types": "dist/types.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "~5.7.2"
}
}