Files
hereconnect/packages/types/package.json
T
ti b5a25a6ece
Main daploy / deploy (push) Failing after 6s
send push notification to guest
2024-12-02 10:01:23 +02:00

22 lines
391 B
JSON

{
"name": "@hereconnect/types",
"version": "1.0.0",
"main": "index.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.d.ts",
"default": "./dist/index.d.ts"
}
},
"private": true,
"scripts": {
"build": "tsc"
},
"dependencies": {
"typescript": "~5.6.3"
},
"devDependencies": {
"@types/web-push": "^3.6.4"
}
}