{
  "name": "expression-globals-typescript",
  "version": "3.3.3",
  "description": "A library providing types for expressions, as well as for mocking the API (such as thisLayer and comp()) ",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\"",
    "docs": "typedoc --name 'AE Expressions' --theme docs-theme/ --readme none --out docs src/index.ts",
    "release": "npm run build && np"
  },
  "devDependencies": {
    "np": "^10.1.0",
    "typescript": "^4.2.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timhaywood/expression-globals-typescript.git"
  },
  "keywords": [
    "expressions",
    "typescript",
    "after-effects"
  ],
  "author": "Tim Haywood",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/timhaywood/expression-globals-typescript/issues"
  },
  "homepage": "https://github.com/timhaywood/expression-globals-typescript#readme",
  "dependencies": {
    "typedoc": "^0.20.34"
  }
}
