2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00
Files
axios/tests/smoke/cjs/package.json
T

16 lines
345 B
JSON

{
"name": "@axios/cjs-smoke-tests",
"version": "1.0.0",
"description": "CJS smoke tests for axios",
"private": true,
"scripts": {
"test:smoke:cjs:mocha": "mocha \"tests/**/*.smoke.test.cjs\""
},
"keywords": [],
"author": "axios team",
"license": "MIT",
"devDependencies": {
"mocha": "9.2.2",
"chai": "4.5.0"
}
}