diff --git a/package.json b/package.json index 1e21b94..72bf8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@accordproject/template-engine", - "version": "1.0.5", + "version": "1.0.6", "description": "Generation of AgreementMark from TemplateMark + JSON Data", "homepage": "https://github.com/accordproject", "engines": { @@ -48,7 +48,8 @@ "dayjs": "1.11.7", "fs-extra": "^11.1.0", "jsonpath": "^1.1.1", - "traverse": "^0.6.7" + "traverse": "^0.6.7", + "@typescript/twoslash": "^3.2.1" }, "devDependencies": { "terser": "^5.16.6", @@ -61,11 +62,8 @@ "@types/traverse": "^0.6.32", "@typescript-eslint/eslint-plugin": "5.27.1", "@typescript-eslint/parser": "5.27.1", - "@typescript/twoslash": "^3.2.1", - "@typescript/vfs": "^1.4.0", "jest": "28.1.1", "license-check-and-add": "2.3.6", - "lz-string": "^1.5.0", "mkdirp": "^2.1.3", "node-fetch": "^3.3.1", "npm-run-all": "4.1.5",