UNPKG

stable-ts-type

Version:

Obtain the most stable type code of 'typescript' through multiple network requests

60 lines (59 loc) 1.29 kB
{ "name": "stable-ts-type", "version": "1.0.5", "description": "Obtain the most stable type code of 'typescript' through multiple network requests", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "dist/*", "src/*" ], "scripts": { "build": "npx tsc", "prepublishOnly": "npm run build" }, "keywords": [ "quicktype", "typescript", "request", "curl", "fetch", "axios", "interface", "type", "convert", "parse", "convertor", "transform" ], "repository": { "type": "git", "url": "git+https://github.com/z-juln/stable-ts-type.git" }, "author": "juln", "bugs": { "url": "https://github.com/z-juln/stable-ts-type/issues" }, "license": "ISC", "devDependencies": { "@types/clone": "^2.1.1", "@types/mockjs": "^1.0.7", "@types/node": "^18.13.0", "@types/shuffle-seed": "^1.1.0", "quicktype-core": "^21.0.13", "typescript": "^4.7.4" }, "dependencies": { "@juln/curl-to-json": "^1.0.6", "axios": "^1.3.3", "clone": "^2.1.2", "eventemitter2": "^6.4.9", "merge": "^2.1.1", "mockjs": "^1.1.0", "prefer-delay": "^1.0.3", "shuffle-seed": "^1.1.6" }, "peerDependencies": { "quicktype-core": "^21.0.13" } }