UNPKG

@ahmadnassri/template-literals-engine

Version:

Feed it a JSON Spec, it will spit out a lightweight HTTP client!

43 lines (42 loc) 1.09 kB
{ "version": "2.0.4", "name": "@ahmadnassri/template-literals-engine", "description": "Feed it a JSON Spec, it will spit out a lightweight HTTP client!", "author": "Ahmad Nassri <email@ahmadnassri.com> (https://www.ahmadnassri.com)", "homepage": "https://github.com/ahmadnassri/node-template-literals-engine", "repository": { "type": "git", "url": "https://github.com/ahmadnassri/node-template-literals-engine.git" }, "bugs": { "url": "https://github.com/ahmadnassri/node-template-literals-engine/issues" }, "funding": { "type": "individual", "url": "https://github.com/sponsors/ahmadnassri" }, "license": "MIT", "keywords": [ "oas", "request" ], "engines": { "node": ">=14" }, "files": [ "lib" ], "main": "lib/index.js", "scripts": { "test": "tap test --no-coverage", "test:watch": "tap test --watch", "test:ci": "tap test --100", "test:report": "opener coverage/lcov-report/index.html" }, "devDependencies": { "tap": "^16.3.0" }, "dependencies": { "gray-matter": "^4.0.3" } }