mirror of
https://github.com/axios/axios.git
synced 2026-04-11 02:11:50 +08:00
21 lines
448 B
JSON
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"
|
|
}
|
|
} |