Files
hereconnect/packages/types/package.json
T
ti 7931274680
Deploy app frontend / app frontend (push) Successful in 1m42s
Deploy service couchdb / service couchdb (push) Successful in 31s
Deploy db-migrations / db-migrations (push) Successful in 1m6s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m4s
fix local build
2024-12-06 11:15:32 +02:00

22 lines
437 B
JSON

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