0.1.3 • Published 4 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-json
Working with package
Make sure to install dependencies:
npm install
Before editing files it is recommended to start compilation in background:
$ npm run build:watch
Or you can manually run this command after you update schema or values:
$ npm run build
Publishing 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.