Files
hereconnect/packages/types/package.json
T

10 lines
159 B
JSON
Raw Normal View History

2024-11-27 15:57:11 +02:00
{
"name": "@hereconnect/types",
"version": "1.0.0",
"main": "index.ts",
"types": "index.ts",
"private": true,
"scripts": {
"build": "tsc"
}
}