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
Jay 740da889f1 chore: bump trival updates (#7504)
* chore: bump trival updates

* chore: i

* Update .husky/commit-msg

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-03-15 13:25:17 +02:00

18 lines
398 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.1.0"
}
}