mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
c0a723ab6c
Added module import tests; Co-authored-by: Jay <jasonsaayman@gmail.com>
21 lines
416 B
JSON
21 lines
416 B
JSON
{
|
|
"name": "ts-entrypoint-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npm i --no-save --no-package-lock && npm run build && node index.js",
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "^18.11.3",
|
|
"axios": "file:../../.."
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|