mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
de1a810044
* chore: update all pacakges and changelog * chore: update all packages and remove anything un-needed
16 lines
344 B
JSON
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"
|
|
}
|
|
}
|