@jmserrano/json2dts
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"author": "José Manuel Serrano Mármol", | ||
"name": "@jmserrano/json2dts", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Convert json (i18n) in Typescript declaration (d.ts)", | ||
"readme": "README.md", | ||
"repository": {"type": "git", "url": "https://github.com/jmserrano-dev/json2dts.git"}, | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jmserrano-dev/json2dts.git" | ||
}, | ||
"main": "dist/index.js", | ||
"bin": { | ||
"json2dts": "./cli.js" | ||
"json2dts": "dist/cli.js" | ||
}, | ||
"files": [ | ||
"src", | ||
"dist" | ||
], | ||
"keywords": [ | ||
@@ -18,6 +25,22 @@ "i18n", | ||
"license": "ISC", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "mocha -r ts-node/register tests/*.spec.ts --reporter mocha-junit-reporter" | ||
}, | ||
"dependencies": { | ||
"command-line-args": "^5.0.2", | ||
"command-line-usage": "^5.0.5" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/command-line-args": "^5.0.0", | ||
"@types/command-line-usage": "^5.0.1", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.18", | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0", | ||
"mocha-junit-reporter": "^1.18.0", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.2.4" | ||
} | ||
} |
# JSON2DTS | ||
TODO... |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18348
16
445
10
1