Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jmserrano/json2dts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jmserrano/json2dts - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/cli.js

31

package.json
{
"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...
cli.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc