What is npm? A Node Package Manager Tutorial for Beginners

PHOTO EMBED

Sun Apr 30 2023 20:13:06 GMT+0000 (Coordinated Universal Time)

Saved by @RLMA2 #json

{
  "dependencies": {
    "@actions/core": "^1.2.3",
    "@actions/github": "^2.1.1"
  },
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@types/node": "^13.9.0",
    "@typescript-eslint/parser": "^2.22.0",
    "@zeit/ncc": "^0.21.1",
    "eslint": "^6.8.0",
    "eslint-plugin-github": "^3.4.1",
    "eslint-plugin-jest": "^23.8.2",
    "jest": "^25.1.0",
    "jest-circus": "^25.1.0",
    "js-yaml": "^3.13.1",
    "prettier": "^1.19.1",
    "ts-jest": "^25.2.1",
    "typescript": "^3.8.3"
  }
}
content_copyCOPY

https://www.freecodecamp.org/news/what-is-npm-a-node-package-manager-tutorial-for-beginners/