mirror of
https://github.com/dzeiocom/libs.git
synced 2025-05-28 03:59:55 +00:00
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.2.1. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.1...v10.2.1) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
37 lines
796 B
JSON
37 lines
796 B
JSON
{
|
|
"name": "easy-sitemap",
|
|
"version": "1.1.2",
|
|
"description": "A very easy sitemap maker library",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dzeiocom/libs.git",
|
|
"directory": "packages/easy-sitemap"
|
|
},
|
|
"homepage": "https://github.com/dzeiocom/libs/tree/master/packages/easy-sitemap#readme",
|
|
"author": "Aviortheking",
|
|
"license": "MIT",
|
|
"main": "./dist/Sitemap.js",
|
|
"types": "./dist/Sitemap.d.ts",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.12",
|
|
"@types/jest": "^26.0.10",
|
|
"jest": "^26.4.2",
|
|
"ts-node": "^10.2.1",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "yarn build",
|
|
"build": "tsc",
|
|
"test": "jest --coverage"
|
|
},
|
|
"keywords": [
|
|
"sitemap",
|
|
"sitemap.xml",
|
|
"xml",
|
|
"easy-sitemap",
|
|
"generator",
|
|
"SEO",
|
|
"search-engine"
|
|
]
|
|
}
|