mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
5dd7ba78b8
* chore: upgrade to latest ts * chore: lock versions * chore: stop pinning
18 lines
431 B
JSON
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"
|
|
}
|
|
} |