/
githubmirror
/
axios
Обзор
Документация
Войти
/
githubmirror
/
axios
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.x
tests/module/cjs/package.json
18 строк
431 B
Jay
chore: upgrade to latest ts (#7522)
16 мар 2026, 22:36
Не верифицирован
16 мар 2026, 22:36
5dd7ba7
Код
Авторство
О чём код?
{ "name": "@axios/cjs-module-tests", "version": "1.0.0", "description": "CJS module compatibility tests for axios", "private": true, "scripts": { "test:module:cjs": "mocha --timeout 10000 \"tests/**/*.module.test.cjs\"" }, "keywords": [], "author": "axios team", "license": "MIT", "devDependencies": { "@types/node": "12.20.55", "chai": "4.5.0", "mocha": "9.2.2", "typescript": "4.9.5" } }