Files
ttl.sh/cloudflare/package.json
dependabot[bot] a92b844ba9 Bump typescript from 3.4.5 to 3.9.10 in /cloudflare
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.4.5 to 3.9.10.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.4.5...v3.9.10)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-09 00:54:17 +00:00

31 lines
730 B
JSON

{
"name": "ttlsh-cloudflare-worker",
"version": "0.0.1",
"description": "Cloudflare Workers for ttl.sh",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/replicatedhq/ttl.sh.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/replicatedhq/ttl.sh/issues"
},
"homepage": "https://github.com/replicatedhq/ttl.sh#readme",
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"typescript": "^3.9.10",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"workers-preview": "^1.0.6"
},
"dependencies": {
"moment": "^2.24.0",
"parse-duration": "^0.1.1"
}
}