Hacker News
- Show HN: PickBetterPack – Discover similar pkgs from package.json dependencies https://pickbetterpack.com/ 5 comments
- Show HN: Packex – explore package.json https://packex.app 2 comments
- Semver explained – why there's a caret (^) in my package.json? http://bytearcher.com/articles/semver-explained-why-theres-a-caret-in-my-package-json/ 5 comments
- Replacement for abandoned library "ent" that uses deprecated node.js punycode module. You can easily replace it in all dependencies and sub-dependencies via package.json override. https://www.npmjs.com/package/ent-replace 4 comments node
- jest error javascript package.json https://jestjs.io/docs/getting-started#using-babel 2 comments learnjavascript
- Deep dive into package.json scripts https://alemtuzlak.hashnode.dev/deep-dive-into-packagejson-scripts 5 comments node
- I spent the last 6 months building a tool to help manage package.json dependencies https://depshub.com/ 14 comments typescript
- Why we added package.json support to Deno https://deno.com/blog/package-json-support 23 comments javascript
- I did an npm update react-leaflet and it didn't update the version number to the latest version in my package.json. why is that? https://www.npmjs.com/package/react-leaflet 5 comments npm
- To those coming from Node/NPM (like me), I made a package for a script runner that works very similar, to package.json's scripts, check it out! https://pub.dev/packages/script_runner 16 comments dartlang
- What's in your package.json? https://changelog.com/jsparty/210 10 comments javascript
- Avoiding rogue Node.js packages with good version dependencies in package.json https://medium.com/@7genblogger/avoiding-rogue-node-js-packages-with-good-version-dependencies-in-package-json-f586b9ec6e98?sk=8625bd73f9117b52f285455dd39317f0 2 comments node
- Telescope extension to read scripts in package.json https://github.com/kishikaisei/telescope-js-package-scripts.nvim 5 comments neovim
- Inside the package.json of Coinbase https://twitter.com/jnybgr/status/1394570691421278208 14 comments reactnative
- Why I Prefer Makefiles Over package.json Scripts for Node.js Projects https://spin.atomicobject.com/2021/03/22/makefiles-vs-package-json-scripts/ 78 comments programming
- Why I Prefer Makefiles Over package.json Scripts https://spin.atomicobject.com/2021/03/22/makefiles-vs-package-json-scripts/ 13 comments javascript
- Error installing node-pty from package.json None 4 comments node
- Licensing: What is the best way to automatically extract all dependency names and their licenses from package.json? https://github.com/davglass/license-checker 3 comments reactnative
- snm now supports package.json https://github.com/numtostr/snm 12 comments javascript
- TechStack - an easy way to visualize your tech stack in README.md files by parsing your package.json file. https://github.com/erangeles/techstack 24 comments javascript
- Quick tip: Using Node to Clean Up your package.json medium.com https://medium.com/@vvvsejvvv/tired-of-writing-environment-variables-let-node-do-it-for-you-45f14604e1f7 4 comments vuejs
- Quick tip: Using Node to Clean Up your package.json https://medium.com/@vvvsejvvv/tired-of-writing-environment-variables-let-node-do-it-for-you-45f14604e1f7 5 comments webdev
- Finished customizing my terminal so it shows package.json version, git branch, and commit status (screenshot, code) https://gist.github.com/nebrelbug/32f31e921143ea6fd5b8e16cea80312c 3 comments pop_os
- What's what? - Package.json cheatsheet https://areknawo.com/whats-what-package-json-cheatsheet/ 4 comments node
- Today I learned: package.json values are accessible in npm/yarn scripts https://www.stefanjudis.com/today-i-learned/package-json-values-are-accessible-in-npm-yarn-scripts/ 6 comments javascript
- Recommended base package.json for modern React development? https://babeljs.io/docs/en/babel-preset-typescript 12 comments javascript
- Yarn Workspaces why is adding something to the root package.json bad? https://www.reddit.com/r/javascript/comments/9t6yht/yarn_workspaces_why_is_adding_something_to_the/ 10 comments javascript
- (Ab)using package.json over index.js https://codeburst.io/ab-using-package-json-over-index-js-8a7af1cd6550 3 comments javascript
- Using private GitHub repositories with yarn and npm in package.json http://nts.strzibny.name/using-private-github-repositories-with-yarn-and-npm-in-package-json/ 4 comments javascript
- proxy object in package.json is ignored https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#configuring-the-proxy-manually 6 comments reactjs
- VSCode Question: Is there a way to enable JS library intellisense without having a package.json or using CommonJS modules? https://code.visualstudio.com/docs/languages/javascript#_automatic-type-acquisition 6 comments webdev
- NPM-Scripts - View and run your package.json scripts from the sidebar https://marketplace.visualstudio.com/items?itemName=traBpUkciP.vscode-npm-scripts#overview 11 comments node
- I threw together an online package.json updater. Feedback appreciated! https://www.updatepackagejson.com 8 comments webdev
- Should I include package.json and webpack.mix.js in my repo? https://www.reddit.com/r/webdev/comments/6qv1gm/should_i_include_packagejson_and_webpackmixjs_in/ 5 comments webdev
- at-types. automatically install @types w.r.t package.json https://github.com/slivcode/at-types 3 comments typescript
- Set GitHub topics automatically from keywords in package.json! https://github.com/yavorsky/auto-github-topics 3 comments javascript
- Confused about fields "module" and "jsnext:main" in package.json? Why are both needed? https://www.reddit.com/r/javascript/comments/5jwg9c/confused_about_fields_module_and_jsnextmain_in/ 3 comments javascript
- better-npm-run: lets you define env-vars for scripts as JSON in package.json and loads .env file https://github.com/benoror/better-npm-run 3 comments node
- npm-janitor: clean up all your package.json's http://h3manth.com/npm-janitor/ 12 comments javascript
- Show Node: Secure Deps - package.json dependency vulnerability scanner https://www.securedeps.com 3 comments node