securityos/node_modules/code-block-writer/package.json

32 lines
816 B
JSON
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
{
"main": "./script/mod.js",
"types": "./types/mod.d.ts",
"name": "code-block-writer",
"version": "11.0.3",
"description": "A simple code writer that assists with formatting and visualizing blocks of code.",
"repository": {
"type": "git",
"url": "git+https://github.com/dsherret/code-block-writer.git"
},
"keywords": [
"code generation",
"typescript",
"writer",
"printer"
],
"author": "David Sherret",
"license": "MIT",
"bugs": {
"url": "https://github.com/dsherret/code-block-writer/issues"
},
"homepage": "https://github.com/dsherret/code-block-writer#readme",
"devDependencies": {
"@types/node": "16.11.37",
"chalk": "4.1.2",
"@deno/shim-deno": "~0.8.0",
"@types/chai": "^4.2.22"
},
"scripts": {
"test": "node test_runner.js"
}
}