mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-11 23:29:27 +00:00
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>
31 lines
730 B
JSON
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"
|
|
}
|
|
}
|