mirror of
https://github.com/axios/axios.git
synced 2026-04-12 14:41:55 +08:00
* chore: change package json to be better * chore: update simple issues * chore: update rollup/plugin-alias * chore: update@rollup/plugin-terser to the latest version * chore: bump lock * chore: bump cross-env * chore: bump smaller packages only used in bin * chore: bump formdata-node * chore: bump gulp * chore: bump selsigned to latest
19 lines
433 B
JSON
19 lines
433 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.1"
|
|
}
|
|
}
|