aboutsummaryrefslogtreecommitdiff
path: root/test/ts/package.json
blob: f20930172ab6afefcdd925c2fd667c40b00e5da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "private": true,
  "name": "njs-types-test",
  "version": "0.0.0",
  "description": "Tests for njs TypeScript type definitions.",
  "scripts": {
    "test": "tsc"
  },
  "author": "NGINX, Inc.",
  "license": "BSD-2-Clause",
  "devDependencies": {
    "njs-types": "file:../../ts",
    "typescript": "~4.9.5"
  }
}