UNPKG

whalecloud-dxp-api-react-native

Version:

This section explains how to use the SDK and illustrates it with an example: - This chapter is essential to learn - For specific business development, see [Bussiness Scenario](https://www.digchan.info/en-US/dxp/user-sso/sign-up) - The Business Scenario pr

35 lines (34 loc) 1.08 kB
{ "name": "whalecloud-dxp-api-react-native", "version": "1.0.2", "description": "", "main": "/index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "openapi": "openapi-generator-cli generate -i ./dxp.json -g typescript-axios --additional-properties=useSingleRequestParameter=true,withInterfaces=true,supportsES6=true -o ./src --skip-validate-spec", "openapiModelPage": "openapi-generator-cli generate -i ./dxp.json -g typescript-axios -c ./config.json -o ./src --skip-validate-spec", "dxpScript": "ts-node dxpScript.ts" }, "repository": { "type": "git", "url": "https://git-nj.iwhalecloud.com/dcmsourcecode/whalecloud-dxp-api-react-native.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "openapi-generator-cli", "swagger" ], "author": "song.zhiqiang2@iwhalecloud.com", "license": "ISC", "dependencies": { "axios": "^1.7.2", "react-native-url-polyfill": "^2.0.0", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "devDependencies": { "@types/node": "^20.14.2" } }