axios-axios/test/module/typings/esm/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

21 lines
448 B
JSON

{
"name": "esm-typings-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test:types": "tsc --noEmit",
"test": "npm i --no-save --no-package-lock && tsc -v && npm run test:types"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@types/node": "^18.11.3",
"axios": "file:../../../.."
},
"devDependencies": {
"typescript": "^5.9.3"
}
}