UNPKG

979 BJSONView Raw
1{
2 "name": "@compodoc/ngd-transformer",
3 "version": "2.1.3",
4 "description": "A set of transformers for @compodoc/ngd",
5 "main": "dist/index.js",
6 "scripts": {
7 "compile:src": "tsc --newLine LF",
8 "prexpublish": "npm run compile:src",
9 "deploy": "npm run compile:src && npm xpublish"
10 },
11 "homepage": "https://github.com/compodoc/ngd",
12 "bugs": "https://github.com/compodoc/ngd/issues",
13 "author": "Wassim CHEGHAM",
14 "engines": {
15 "node": ">= 10.0.0"
16 },
17 "contributors": [
18 "vogloblinsky"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/compodoc/ngd.git"
23 },
24 "private": false,
25 "license": "MIT",
26 "dependencies": {
27 "@compodoc/ngd-core": "~2.1.1",
28 "dot": "^2.0.0-beta.1",
29 "fs-extra": "^11.1.1",
30 "@aduh95/viz.js": "3.4.0"
31 },
32 "devDependencies": {
33 "@types/node": "^20.1.2"
34 },
35 "types": "dist/index.d.ts"
36}