2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00
Files
axios/tests/smoke/esm/package.json
T
Jay de1a810044 chore: update changelog and packages (#10790)
* chore: update all pacakges and changelog

* chore: update all packages and remove anything un-needed
2026-04-21 20:34:54 +02:00

16 lines
344 B
JSON

{
"name": "@axios/esm-smoke-tests",
"version": "1.0.0",
"description": "ESM smoke tests for axios",
"private": true,
"scripts": {
"test:smoke:esm:vitest": "vitest run --config vitest.config.js --project smoke"
},
"keywords": [],
"author": "axios team",
"license": "MIT",
"devDependencies": {
"vitest": "4.1.5"
}
}