Skip to content
  • This project
    • Loading...
  • Sign in

ddn / batch-transfer-script

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • batch-transfer-script
  • package.json
  • wulianyou's avatar
    优化程序,编写readMe · cfbf07eb
    cfbf07eb Browse Files
    wulianyou authored 2022-06-07 11:27:40 +0800
package.json 157 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
{
  "scripts": {
    "start":"node index",
    "check":"node check"
  },
  "dependencies": {
    "@ddn/node-sdk": "^2.2.0",
    "node-fetch": "^3.2.4"
  }
}