1.0.2 • Published 8 years ago

package-to-typings v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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.

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago