Files
hereconnect/packages/types/package.json
T
ti 8541dd6b99
Deploy app frontend / app frontend (push) Successful in 2m40s
Deploy db-migrations / db-migrations (push) Successful in 1m8s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m30s
Deploy service tg-bot / service tg-bot (push) Failing after 1m51s
fix
2024-12-15 00:59:44 +02:00

24 lines
504 B
JSON

{
"name": "@hereconnect/types",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.d.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": ["dist/**/*"],
"private": true,
"scripts": {
"lint": "tsc --noEmit src/index.ts",
"build": "tsc",
"prepare": "npm run build"
},
"peerDependencies": {
"typescript": "~5.7.2",
"@types/web-push": "^3.6.4"
}
}