unified-api
Version:
Easily create and call APIs in Typescript
54 lines (53 loc) • 1.04 kB
JSON
{
"name": "unified-api",
"version": "1.1.4",
"description": "Easily create and call APIs in Typescript",
"author": "Decatur Robotics",
"license": "MIT",
"scripts": {
"build": "tsc & tsc --declaration",
"test": "jest --passWithNoTests",
"lint": "eslint . --max-warnings=0",
"prettier-fix": "prettier --write ./**/*.{js,tsx,jsx,json,ts}",
"prettier-check": "prettier --check ./**/*.{js,tsx,jsx,json,ts}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Decatur-Robotics/easy-api.git"
},
"keywords": [
"api",
"typescript",
"easy",
"simple",
"http",
"rest",
"json",
"rpc",
"endpoints",
"https",
"server",
"client",
"request",
"response",
"web",
"web-server",
"mono",
"monolith",
"unified",
"one",
"single"
],
"main": "dist/index.js",
"devDependencies": {
"@types/jest": "^29.5.14",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
},
"dependencies": {
"omit-call-signature": "^1.0.16"
}
}