oo-ascii-tree
Version:
object-oriented ascii tree renderer
36 lines • 975 B
JSON
{
"name": "oo-ascii-tree",
"version": "1.125.0",
"description": "object-oriented ascii tree renderer",
"license": "Apache-2.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
},
"homepage": "https://github.com/aws/jsii",
"bugs": {
"url": "https://github.com/aws/jsii/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aws/jsii.git",
"directory": "packages/oo-ascii-tree"
},
"engines": {
"node": ">= 14.17.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc --build && yarn lint",
"watch": "tsc --build -w",
"lint": "ESLINT_USE_FLAT_CONFIG=false NODE_OPTIONS='--disable-warning=ESLintRCWarning' eslint . --ext .js,.ts --ignore-path=.gitignore",
"lint:fix": "yarn lint --fix",
"test": "jest",
"test:update": "jest -u",
"package": "package-js"
},
"devDependencies": {
"jsii-build-tools": "^1.125.0"
}
}