Coder Social home page Coder Social logo

aspose-tasks-cloud / aspose-tasks-cloud-node Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 1.0 1.47 MB

Node.js SDK to communicate with Aspose.Tasks REST API. Create, Edit or Convert Microsoft Project & Oracle Primavera files in the Cloud.

Home Page: https://products.aspose.cloud/tasks/nodejs

License: MIT License

TypeScript 100.00%
tasks-cloud aspose-cloud cloud-sdks microsoft-project oracle-primavera mpp mpx xer xml

aspose-tasks-cloud-node's People

Contributors

babar-raza avatar dependabot[bot] avatar ivanandreychikov avatar rizwanniazigroupdocs avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

lassesteffen

aspose-tasks-cloud-node's Issues

Most of the dependencies are actually devDependencies

Problem

@types/jest and @types/mocha clash with their type definitions. This is usually not a problem since people can decide which one to install. Since I rely on this package I now have @types/mocha in my packages which I didn't need to have there before.

  "devDependencies": {
    "request-debug": "^0.2.0",
    "typescript": "^3.6.3"
  },
  "dependencies": {
    "@types/chai": "^4.2.3",
    "@types/mocha": "^7.0.2",
    "@types/request": "^2.48.3",
    "chai": "^4.2.0",
    "mocha": "^7.1.1",
    "request": "^2.88.0",
    "superagent": "^3.8.3",
    "ts-node": "^8.4.1"
  }

Solution

Since most of the dependencies are actually development dependencies, the dependencies should rather look like this

  "devDependencies": {
    "@types/chai": "^4.2.3",
    "@types/mocha": "^7.0.2",
    "@types/request": "^2.48.3",
    "chai": "^4.2.0",
    "mocha": "^7.1.1",
    "request-debug": "^0.2.0",
    "ts-node": "^8.4.1",
    "typescript": "^3.6.3"
  },
  "dependencies": {
    "request": "^2.88.0",
    "superagent": "^3.8.3"
  }

request and superagent are the only production packages and should stay where they are

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.