aboutsummaryrefslogtreecommitdiff
path: root/ts/package.json
blob: cafe063711791680937035507120295e2fff087f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "njs-types",
  "version": __VERSION__,
  "description": "TypeScript definitions for njs scripting language and nginx js modules.",
  "scripts": {
    "lint": "tsc"
  },
  "files": [
    "**/*.d.ts",
    "COMMITHASH"
  ],
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/nginx/njs.git"
  },
  "keywords": [
    "nginx",
    "njs",
    "types"
  ],
  "author": "NGINX, Inc.",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/nginx/njs/issues"
  },
  "homepage": "https://nginx.org/en/docs/njs/",
  "devDependencies": {
    "typescript": "^4.9.5"
  }
}