/
niceSOFT
/
njs
Обзор
Документация
Войти
/
niceSOFT
/
njs
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ts/package.json
31 строка
629 B
Dmitry Volyntsev
Types: added ts types for the xml API.
02 фев 2023, 06:04
02 фев 2023, 06:04
c2d9725
Код
Авторство
О чём код?
{ "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" } }