All Downloads are FREE. Search and download functionalities are using the official Maven repository.

typescript-node.package.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{
    "name": "{{npmName}}",
    "version": "{{npmVersion}}",
    "description": "NodeJS client for {{npmName}}",
    "repository": {
        "type": "git",
        "url": "https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}.git"
    },
    "main": "dist/api.js",
    "types": "dist/api.d.ts",
    "scripts": {
        "clean": "rm -Rf node_modules/ *.js",
        "build": "tsc",
        "test": "npm run build && node dist/client.js"
    },
    "author": "OpenAPI-Generator Contributors",
    "license": "Unlicense",
    "dependencies": {
        "bluebird": "^3.5.0",
        "request": "^2.81.0",
        "rewire": "^3.0.2"
    },
    "devDependencies": {
        "@types/bluebird": "^3.5.33",
        "@types/node": "^12",
        "@types/request": "^2.48.8",
        "typescript": "^4.0"
    }{{#npmRepository}},
    "publishConfig": {
        "registry": "{{npmRepository}}"
    }{{/npmRepository}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy