@digibear/curl
Version:
A small curl utility written in typescript.
28 lines (27 loc) • 640 B
JSON
{
"name": "@digibear/curl",
"version": "1.1.6",
"main": "dist/curl.js",
"scripts": {
"build": "npx tsc -p ./src/tsconfig.json"
},
"keywords": [
"Curl",
"Typescript,"
],
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"author": "Lemuel Canady, Jr",
"license": "MIT",
"repository": "https://github.com/digibear-io/curl.git",
"homepage": "https://github.com/Digibear-io/curl/blob/master/README.md",
"devDependencies": {
"@types/node": "^12.12.25",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"description": "A small curl utility written in typescript.",
"dependencies": {}
}