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
19 lines
435 B
JSON
19 lines
435 B
JSON
{
|
|
"name": "@axios/esm-module-tests",
|
|
"version": "1.0.0",
|
|
"description": "ESM module compatibility tests for axios",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test:module:esm": "vitest run --config vitest.config.js --project module"
|
|
},
|
|
"keywords": [],
|
|
"author": "axios team",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.39",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "4.1.5"
|
|
}
|
|
}
|