deno.land / x / february29th@0.1.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
{ "name": "february29th", "version": "0.1.1", "description": "A JavaScript module and CLI tool that does nothing but tell you whether or not it's February 29th", "keywords": ["cli", "date"], "main": "index.js", "scripts": { "build": "npx tsc ./src/february29th.ts --outDir ./dist/", "test": "node test_node", "test_deno": "deno test" }, "bin": "./test_node.js", "engines": { "node": ">=0.5.1", "iojs": ">=1.0.0", "deno": ">=0.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/TheThunderGuyS/february29th.git" }, "author": "TheThunderGuyS", "license": "MIT", "bugs": { "url": "https://github.com/TheThunderGuyS/february29th/issues" }, "homepage": "https://github.com/TheThunderGuyS/february29th#readme", "devDependencies": { "typescript": "^4.0.3" }}
february29th

Version Info

Tagged at
3 years ago