0.1.3 • Published 8 months ago
@typeconf/package-json v0.1.3
package-json
Types for package json.
Index
Creating new package
This package was created by running:
$ npx create-typeconf-package package-jsonWorking with package
Make sure to install dependencies:
npm installBefore editing files it is recommended to start compilation in background:
$ npm run build:watchOr you can manually run this command after you update schema or values:
$ npm run buildPublishing the configs package
You can publish this package in the same way as other NPM packages using npm publish.
For more info please refer to the docs.