UNPKG

@closerplatform/spinner-openapi

Version:

swagger client for @closerplatform/spinner-openapi

52 lines (51 loc) 1.07 kB
{ "name": "@closerplatform/spinner-openapi", "version": "0.12.1119", "description": "swagger client for @closerplatform/spinner-openapi", "author": "Swagger Codegen Contributors", "keywords": [ "fetch", "typescript", "swagger-client", "@closerplatform/spinner-openapi" ], "license": "Unlicense", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc --outDir dist/", "test": "jest", "prepublishOnly": "npm run build" }, "private": false, "files": [ "/dist" ], "publishConfig": { "access": "public" }, "dependencies": { "isomorphic-fetch": "^3.0.0" }, "devDependencies": { "@types/jest": "^27.0.4", "@types/node": "^13.13.0", "jest": "^27.0.4", "ts-jest": "^27.0.4", "typescript": "^4.5.5" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }