mirror of
https://github.com/axios/axios.git
synced 2026-04-12 02:31:57 +08:00
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"
|
|
}
|
|
} |