{ "name": "my-project", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "test": "jest" }, "license": "MIT" }