package-json-type
A TypeScript definition for package.json file
Usages
Install
npm install -S package-json-type
yarn add package-json-type
Import
; ; ; ; ;
Types
- IAuthor
- IBinMap
- IBugs
- IConfig
- IDependencyMap
- IDirectories
- IEngines
- IPackageJson
- IPublishConfig
- IRepository
- IScriptsMap
- CPU
- OS
- SPDXLicenseID
- SPDXLicenseIDApproved
Documents
Issues
If you have any problems, please let us know on github issues.
Contributing
Contributions are always welcome :)
- If you'd like to contribute, please fork the repository
- run
npm i
oryarn
inside the project - run
npm run dev
to run in dev mode - Make changes as you'd like
- To test run
npm test
oryarn test
- For clean code run
npm run lint
oryarn lint
- And send us your pull requests!
License
This project is licensed under MIT license.