mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
7a2f901f42
* chore(ci): Add release-it script; * chore(ci): add `release:no-npm` script to release the package without making an npm release; * fix(test): fixed `d.ts` typings; refactor(test): refactor typescript tests;
22 lines
449 B
JSON
22 lines
449 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": "^4.9.4"
|
|
}
|
|
}
|