2024-11-27 15:57:11 +02:00
|
|
|
{
|
|
|
|
|
"name": "@hereconnect/types",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "index.ts",
|
2024-12-02 10:38:45 +02:00
|
|
|
"types": "index.ts",
|
2024-12-02 10:01:23 +02:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2024-12-02 10:38:45 +02:00
|
|
|
"import": "./index.ts",
|
|
|
|
|
"default": "./index.ts"
|
2024-12-02 10:01:23 +02:00
|
|
|
}
|
|
|
|
|
},
|
2024-12-02 10:38:45 +02:00
|
|
|
"files": ["src/**/*"],
|
2024-11-27 15:57:11 +02:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2024-11-29 12:38:08 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"typescript": "~5.6.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/web-push": "^3.6.4"
|
2024-11-27 15:57:11 +02:00
|
|
|
}
|
|
|
|
|
}
|