deno.land / x / sade@v1.8.1 / package.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{ "name": "sade", "version": "1.8.1", "description": "Smooth (CLI) operator 🎶", "repository": "lukeed/sade", "module": "lib/index.mjs", "main": "lib/index.js", "types": "index.d.ts", "license": "MIT", "files": [ "*.d.ts", "lib" ], "author": { "name": "Luke Edwards", "email": "luke.edwards05@gmail.com", "url": "https://lukeed.com" }, "scripts": { "build": "rollup -c", "test": "tape -r esm test/*.js | tap-spec" }, "dependencies": { "mri": "^1.1.0" }, "engines": { "node": ">=6" }, "keywords": [ "cli", "cli-app", "commander", "arguments", "parser", "yargs", "argv" ], "devDependencies": { "esm": "3.2.25", "rollup": "1.32.1", "tap-spec": "4.1.2", "tape": "4.14.0", "terser": "4.8.0" }}
sade

Version Info

Tagged at
2 years ago