selva-riskeval
Version:
Testing One MGA sdk creation
29 lines (28 loc) • 614 B
JSON
{
"name": "selva-riskeval",
"version": "1.0.12",
"description": "Testing One MGA sdk creation",
"main": "index.js",
"scripts": {
"test": "jest",
"build":"rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && bash ./fixup"
},
"keywords": [
"sdk",
"one-api",
"embedded-marsh"
],
"author": "selvamani",
"license": "ISC",
"dependencies": {
"axios": "^1.2.0"
},
"devDependencies": {
"@jest/globals": "^29.3.1",
"@types/jest": "^29.2.3",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}