UNPKG

clik

Version:
42 lines (41 loc) 747 B
{ "name": "clik", "version": "0.0.1", "repository": "lukeed/clik", "description": "WIP", "module": "dist/index.mjs", "main": "dist/index.js", "types": "clik.d.ts", "license": "MIT", "author": { "name": "Luke Edwards", "email": "luke.edwards05@gmail.com", "url": "https://lukeed.com" }, "engines": { "node": ">=8" }, "scripts": { "build": "bundt", "pretest": "npm run build", "test": "tape -r esm test/*.js | tap-spec" }, "files": [ "*.d.ts", "dist" ], "keywords": [ "clik", "clik.io", "short url" ], "dependencies": { "httpie": "next" }, "devDependencies": { "bundt": "1.0.0", "esm": "3.2.25", "tap-spec": "5.0.0", "tape": "4.9.1" } }