UNPKG

1.03 kBJSONView Raw
1{
2 "module": "./esm/mod.js",
3 "main": "./umd/mod.js",
4 "types": "./types/mod.d.ts",
5 "name": "code-block-writer",
6 "version": "11.0.0",
7 "description": "A simple code writer that assists with formatting and visualizing blocks of code.",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/dsherret/code-block-writer.git"
11 },
12 "keywords": [
13 "code generation",
14 "typescript",
15 "writer",
16 "printer"
17 ],
18 "author": "David Sherret",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/dsherret/code-block-writer/issues"
22 },
23 "homepage": "https://github.com/dsherret/code-block-writer#readme",
24 "devDependencies": {
25 "@types/node": "16.11.1",
26 "chalk": "4.1.2",
27 "chai": "4.3.4",
28 "deno.ns": "0.6.4",
29 "@types/chai": "^4.2.22"
30 },
31 "exports": {
32 ".": {
33 "import": "./esm/mod.js",
34 "require": "./umd/mod.js",
35 "types": "./types/mod.d.ts"
36 }
37 },
38 "scripts": {
39 "test": "node test_runner.js"
40 },
41 "dependencies": {
42 "tslib": "2.3.1"
43 }
44}
\No newline at end of file