deno.land / x / deno2node@v1.6.0 / 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
47
48
49
50
51
52
53
54
{ "name": "deno2node", "version": "1.6.0", "description": "`tsc` replacement for transpiling Deno libraries to run on Node.js.", "type": "module", "bin": { "deno2node": "lib/cli.js" }, "main": "./lib/mod.js", "exports": "./lib/mod.js", "typings": "./lib/mod.d.ts", "directories": { "lib": "lib" }, "files": [ "lib/", "!*/vendor/**/*.ts*" ], "scripts": { "fmt": "deno fmt", "lint": "deno lint", "build": "src/cli.ts", "test": "src/cli.ts --noEmit", "pretest": "scripts/pretest.ts", "clean": "git clean -fXde !node_modules/" }, "repository": { "type": "git", "url": "git+https://github.com/fromdeno/deno2node.git" }, "homepage": "https://fromdeno.org", "keywords": [ "typescript", "transpile", "ts-morph", "dnt", "deno" ], "author": "Wojciech Pawlik <woj.pawlik@gmail.com>", "license": "MIT", "engines": { "node": ">=14.13.1" }, "dependencies": { "@deno/shim-deno": "<0.10", "ts-morph": "^17.0.1", "xregexp": "^5.1.0" }, "devDependencies": { "@types/node": "^14.14.37", "deno-bin": "~1.28.2" }}
deno2node

Version Info

Tagged at
a year ago