Files
Typescript.tools/package.json
T
dependabot[bot] e970856e45 Bump marked from 0.8.0 to 4.0.10
Bumps [marked](https://github.com/markedjs/marked) from 0.8.0 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v0.8.0...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 02:09:08 +00:00

27 lines
713 B
JSON

{
"name": "typescript.tools",
"version": "0.0.1",
"description": "Collection of resources related to Typescript compiler api (and related things)",
"main": "index.js",
"scripts": {
"build": "marked ./README.md -o index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bendtherules/typescript.tools.git"
},
"keywords": [
"typescript"
],
"author": "bendtherules",
"license": "ISC",
"bugs": {
"url": "https://github.com/bendtherules/typescript.tools/issues"
},
"homepage": "https://github.com/bendtherules/typescript.tools#readme",
"devDependencies": {
"marked": "^4.0.10"
}
}