2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00
Files
axios/tests/smoke/esm/package.json
T

15 lines
343 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.0"
}
}