mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
e943f6c545
* chore: remove mise * chore: update proxy from env * chore: fix issues with package * chore: fix esm and cjs * chore: bump lock
18 lines
399 B
JSON
18 lines
399 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",
|
|
"dependencies": {
|
|
"axios": "file:../../../"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "4.0.18"
|
|
}
|
|
} |