mirror of
https://github.com/axios/axios.git
synced 2026-04-14 03:11:58 +08:00
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"
|
|
}
|
|
} |