/
romatur
/
rn-dev
Обзор
Документация
Войти
/
romatur
/
rn-dev
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
rn-dev-project-api/package.json
38 строк
794 B
Roman.Turusov
add some tests
26 май 2026, 23:21
26 май 2026, 23:21
23ba1ad
Код
Авторство
О чём код?
{ "name": "@rn-dev/mobile-api", "version": "2.2.1", "description": "REST API client.", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git@<GIT_SERVER>:<PROJECT_PATH>.git" }, "license": "ISC", "keywords": [ "mobile", "api" ], "scripts": { "lint": "gts lint", "clean": "gts clean", "build": "tsc", "test": "jest", "fix": "gts fix" }, "devDependencies": { "@types/jest": "29.5.14", "eslint-plugin-import": "2.30.0", "gts": "5.3.1", "jest": "29.7.0", "ts-jest": "29.2.5", "typescript": "4.8.4" }, "dependencies": { "axios": "1.7.7", "class-transformer": "0.5.1", "dayjs": "1.11.13", "react-native-mime-types": "2.5.0", "reflect-metadata": "0.2.2" } }