17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "@rondo.dev/http-client",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "tslint --project .",
|
|
"compile": "tsc",
|
|
"clean": "rm -rf lib/"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0"
|
|
},
|
|
"main": "lib/index.js",
|
|
"module": "esm/index.js",
|
|
"types": "lib/index.d.ts"
|
|
} |