{
  "name": "@jsii/spec",
  "version": "1.93.0",
  "description": "Specification for jsii assemblies",
  "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/spec"
  },
  "engines": {
    "node": ">= 14.17.0"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc --build && bash build-tools/generate-json-schema.sh && npm run lint",
    "watch": "tsc --build -w",
    "lint": "eslint . --ext .js,.ts --ignore-path=.gitignore",
    "lint:fix": "yarn lint --fix",
    "test": "jest",
    "test:update": "jest -u",
    "package": "package-js"
  },
  "dependencies": {
    "ajv": "^8.12.0"
  },
  "devDependencies": {
    "fs-extra": "^10.1.0",
    "jsii-build-tools": "^1.93.0",
    "typescript-json-schema": "^0.62.0"
  }
}