mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
38 lines
854 B
Plaintext
38 lines
854 B
Plaintext
{
|
|
"name": "{{npmName}}",
|
|
"version": "{{npmVersion}}",
|
|
"description": "OpenAPI client for {{npmName}}",
|
|
"author": "OpenAPI-Generator Contributors",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}.git"
|
|
},
|
|
"keywords": [
|
|
"axios",
|
|
"typescript",
|
|
"openapi-client",
|
|
"openapi-generator",
|
|
"{{npmName}}"
|
|
],
|
|
"license": "Unlicense",
|
|
"main": "../dist/index.js",
|
|
"typings": "../dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --outDir dist/",
|
|
"prepare": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.26.1",
|
|
"axios-retry": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.11.5",
|
|
"typescript": "^4.0"
|
|
}{{#npmRepository}},{{/npmRepository}}
|
|
{{#npmRepository}}
|
|
"publishConfig": {
|
|
"registry": "{{npmRepository}}"
|
|
}
|
|
{{/npmRepository}}
|
|
}
|