🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

package-to-typings

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

package-to-typings

Generates a typings.json from the package.json file.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

package-to-typings

Generates a typings.json from the package.json file.

Usage: Run 'package-to-typings' in the root of your project where package.json lives. IT WILL OVERWRITE ANY TYPINGS.JSON ON THAT DIRECTORY

It travels all the dependency tree of the dependencies found in package.json "dependencies". For each dependency, it checks if the dt provider has a Typescript definition file, and if it founds one, it collects it and at the end writes a typings.json with all the defs.

Keywords

auto

FAQs

Package last updated on 16 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts