Skip to main content

8 docs tagged with "Packagejson"

View All Tags

entry point

entry point is defined as: to set default file to run when start App (usually index.js). Topics on: . Read more: JS, Nodejs, Npm, Packagejson, Main, Entry Point

main

main is defined as: sets Module file as entry point for Package - usually index.js. Topics on: avoid setting entry file as TS which can not be used by JS only p

name

name is defined as: name of Package. Topics on: must be less than 214 chars, must have no spaces, [a-z_-], can contain lowercase letters, hypen (-) or underscor

package-lock.json

package-lock.json is defined as: . Topics on: . Read more: JS, Nodejs, Npm, Packagejson|FullStack Wiki by Roger J

package.json

package.json is defined as: Manifest to def project Metadata, Dependency & scripts. Topics on: package-lock.json, dependency, name, version, description, main,

scripts

scripts is defined as: to set commands to execute via npm run. Topics on: &, &&. Read more: JS, Nodejs, Npm, Packagejson, Scripts|FullStack Wiki by Roger J

Semantic Versioning

Semantic Versioning. Topics on: all node package versions are of format: XX:YY:ZZ, major version, minor version, patch version. Read more: JS, Nodejs, Npm, Pack

version

version is defined as: current version, follows Semantic Versioning for Version Management. Topics on: Semantic Versioning. Read more: JS, Nodejs, Npm, Packagej