UNPKG

work-scheduling

Version:

Actually just a bunch of exercises based on: https://egghead.io/courses/how-to-write-an-open-source-javascript-library

33 lines (32 loc) 863 B
{ "name": "work-scheduling", "version": "1.1.0", "description": "Actually just a bunch of exercises based on: https://egghead.io/courses/how-to-write-an-open-source-javascript-library", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --build" }, "repository": { "type": "git", "url": "git+https://github.com/ondema/productionScheduling.git" }, "keywords": [ "production", "scheduling", "machine", "shop", "contract", "manufacturing" ], "author": "Nico Lovejoy <nlovejoy@ondema.io>", "license": "MIT", "bugs": { "url": "https://github.com/ondema/productionScheduling/issues" }, "homepage": "https://github.com/ondema/productionScheduling#readme", "devDependencies": { "@types/node": "18.0.6", "typescript": "4.7.4" } }