mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
5dd7ba78b8
* chore: upgrade to latest ts * chore: lock versions * chore: stop pinning
18 lines
432 B
JSON
18 lines
432 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.0.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "4.1.0"
|
|
}
|
|
} |