/
githubmirror
/
slo-tests
Обзор
Документация
Войти
/
githubmirror
/
slo-tests
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
reusable-workflow
nodejs/package.json
29 строк
720 B
Ilya Shevchenko
refactor: move type dep in package to dev deps
24 янв 2023, 13:39
24 янв 2023, 13:39
843ac55
Код
Авторство
О чём код?
{ "name": "ydb-sdk-slo-test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "testConnection": "build && node dist/src/testConnection.js", "test": "jest --config jest.config.js --detectOpenHandles", "start": "node dist/src/index.js" }, "author": "Ilya Shevchenko", "license": "ISC", "devDependencies": { "@types/jest": "^29.2.4", "@types/nanotimer": "^0.3.0", "@types/node": "^18.11.17", "jest": "^29.3.1", "pino-pretty": "^9.1.1", "ts-jest": "^29.0.3", "typescript": "^4.9.4" }, "dependencies": { "commander": "^9.4.1", "nanotimer": "^0.3.15", "prom-client": "^14.1.0", "ydb-sdk": "^3.7.0" } }