mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
740da889f1
* 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>
18 lines
398 B
JSON
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"
|
|
}
|
|
} |