File: package.json

package info (click to toggle)
libnginx-mod-js 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,368 kB
  • sloc: ansic: 124,480; perl: 11,063; javascript: 2,717; exp: 487; sh: 322; xml: 312; python: 181; makefile: 18
file content (31 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (2)
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"
  }
}