@jmserrano/json2dts
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@jmserrano/json2dts", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert json (i18n) in Typescript declaration (d.ts)", | ||
"main": "index.js", | ||
"bin": { | ||
"json2dts": "src/main.js" | ||
"json2dts": "./cli.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "keywords": [ |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
const commandLineArgs = require('command-line-args'); | ||
@@ -2,0 +4,0 @@ const commandLineUsage = require('command-line-usage'); |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
class Converter { | ||
@@ -2,0 +4,0 @@ static getParent(parent, child){ |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
const fs = require('fs'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
class Template { | ||
@@ -2,0 +4,0 @@ static templateMethod(key) { |
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
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
4934
131