{ "name": "hello-world-jjr", "version": "0.1.0", "author": "Jillian Ritchey (https://github.com/jillianjean98)", "private": false, "description": "This is just a demo.", "license": "MIT OR Apache-2.0", "keywords": [ "demo", "test" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "start": "node src_js/index.js", "build": "tsc --build src_js", "prepublishOnly": "npm run build" }, "devDependencies": { "typescript": "^3.9.7" } }