generated from blueplum/typescript-template
chore: fix namespaces
This commit is contained in:
+10
-3
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"name": "gen-doctests",
|
||||
"author": {
|
||||
"name": "BluePlum",
|
||||
"url": "https://git.louiscreates.com/blueplum"
|
||||
},
|
||||
"description": "Tool for generating tests from JSDoc @example:s for various test harnesses",
|
||||
"keywords": ["tool", "docs", "test", "doctest"],
|
||||
"private": false,
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"type": "module",
|
||||
"bin": "dist/index.js",
|
||||
"scripts": {
|
||||
@@ -42,5 +45,9 @@
|
||||
"jiti": "^2.7.0",
|
||||
"picomatch": "^4.0.5",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://git.louiscreates.com/blueplum/gen-doctests"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user