7df04c0103
Deploy app frontend / app frontend (push) Failing after 54s
Deploy service couchdb / service couchdb (push) Successful in 38s
Deploy db-migrations / db-migrations (push) Failing after 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 1m27s
Deploy service tg-bot / service tg-bot (push) Failing after 44s
27 lines
561 B
JSON
27 lines
561 B
JSON
{
|
|
"name": "@hereconnect/constants",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.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"
|
|
},
|
|
"devDependencies": {
|
|
"@hereconnect/types": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "~5.6.3"
|
|
}
|
|
} |