Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "tgkit", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A JavaScript library for interacting with Telegram Bot API", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts", | ||
"lint": "eslint ./src/**" | ||
}, | ||
"main": "./dist/index.cjs", | ||
@@ -19,3 +23,3 @@ "module": "./dist/index.js", | ||
"devDependencies": { | ||
"@tgkit/eslint-config": "^1.0.0", | ||
"@tgkit/eslint-config": "workspace:^1.0.0", | ||
"@types/node": "^18.13.0", | ||
@@ -25,7 +29,3 @@ "eslint": "^8.56.0", | ||
"typescript": "^5.5.3" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts", | ||
"lint": "eslint ./src/**" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
497490
12271
4