UNPKG

jsii-diff

Version:

Assembly comparison for jsii

51 lines 1.33 kB
{ "name": "jsii-diff", "version": "1.116.0", "description": "Assembly comparison 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-diff" }, "engines": { "node": ">= 14.17.0" }, "main": "lib/index.js", "bin": { "jsii-diff": "bin/jsii-diff" }, "scripts": { "build": "bash ./generate.sh && tsc --build && yarn lint", "watch": "bash ./generate.sh && 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.116.0", "@jsii/spec": "1.116.0", "fs-extra": "^10.1.0", "jsii-reflect": "^1.116.0", "log4js": "^6.9.1", "yargs": "^17.7.2" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/tar-fs": "^2.0.4", "@types/yargs": "^17.0.33", "jest-expect-message": "^1.1.3", "jsii": "^5.9.6", "jsii-build-tools": "^1.116.0" } }