{ "name": "example-project", "license": "ISC", "private": true, "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "jquery": "^3.5.1", "masonry-layout": "desandro/masonry#^4.2.2", "cli": "git://github.com/npm/cli.git#^6.14.5", "stimulus.umd": "https://unpkg.com/stimulus/dist/stimulus.umd.js" } }