2.1.6 • Published 4 years ago

@aics/z-stack-scroller v2.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

template-npm-package

This is a template for an npm package. It supports three output targets: CommonJS, EcmaScript module, and UMD.

Description of npm tasks:

scriptcomments
startruns webpack dev server with webpack.dev.js config
buildcreate CommonJS, ES module, and UMD builds
bundlerun Webpack to create a UMD bundle
cleanremove generated artifacts
formatrun prettier on src directory
generateTypesgenerate type declarations
lintrun eslint on src directory
transpileCommonJsrun babel on src directory; transpile import/export statements for a CommonJS compatible build
transpileESrun babel on src directory; do not transpile import/export statements for an ES module compatible build (used by bundlers for tree-shaking)
testrun mocha; searches for any files matching the pattern "src/*/.test.js"
typeCheckrun tsc in type-check only mode