axios-axios/tests/module/cjs/package.json
Jay 5dd7ba78b8
chore: upgrade to latest ts (#7522)
* chore: upgrade to latest ts

* chore: lock versions

* chore: stop pinning
2026-03-16 21:36:12 +02:00

18 lines
431 B
JSON

{
"name": "@axios/cjs-module-tests",
"version": "1.0.0",
"description": "CJS module compatibility tests for axios",
"private": true,
"scripts": {
"test:module:cjs": "mocha --timeout 10000 \"tests/**/*.module.test.cjs\""
},
"keywords": [],
"author": "axios team",
"license": "MIT",
"devDependencies": {
"@types/node": "12.20.55",
"chai": "4.5.0",
"mocha": "9.2.2",
"typescript": "4.9.5"
}
}