Usage Guide
# if installing new package
npm install @techvertex/aristotle-types-package
# if updating package
npm update @techvertex/aristotle-types-package
Build Guide
# update version in package.json file
npm login
username: techvertex
password: *******
npm run clean
npm run build
npm publish