• This project
    • Loading...
  • Sign in

백승준 / OSproject

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • OSproject
  • package.json
  • SeungJun Baek's avatar
    Surver setup#2 with babel and nodemon 2022/5/15 · cbb4cce5
    cbb4cce5
    SeungJun Baek authored 2022-05-15 14:59:42 +0900
package.json 418 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
  "name": "ospj",
  "version": "1.0.0",
  "description": "nodejs project for OS",
  "main": "index.js",
  "scripts": {
    "start": "nodemon"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@babel/node": "^7.17.10",
    "@babel/preset-env": "^7.17.10",
    "nodemon": "^2.0.16"
  },
  "dependencies": {
    "babel-loader": "^8.2.5",
    "express": "^4.18.1"
  }
}