create qr-codes by tg bot
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "@hereconnect/constants",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user