jsii-reflect
Version:
strongly-typed reflection library and tools for jsii
51 lines • 1.34 kB
JSON
{
"name": "jsii-reflect",
"version": "1.109.0",
"description": "strongly-typed reflection library and tools for jsii",
"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/jsii-reflect"
},
"engines": {
"node": ">= 14.17.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"jsii-tree": "bin/jsii-tree"
},
"scripts": {
"build": "tsc --build && chmod +x bin/jsii-tree && npm run lint",
"watch": "tsc --build -w",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .js,.ts --ignore-path=.gitignore",
"lint:fix": "yarn lint --fix",
"test": "jest",
"test:update": "jest -u",
"package": "package-js"
},
"dependencies": {
"@jsii/check-node": "1.109.0",
"@jsii/spec": "^1.109.0",
"chalk": "^4",
"fs-extra": "^10.1.0",
"oo-ascii-tree": "^1.109.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"@scope/jsii-calc-lib": "^1.109.0",
"@types/fs-extra": "^9.0.13",
"jsii": "^5.7.0",
"jsii-build-tools": "^1.109.0",
"jsii-calc": "^3.20.120"
}
}