1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@compodoc/ngd-core",
- "version": "2.1.1",
- "description": "A core library for @compodoc/ngd",
- "main": "dist/index.js",
- "scripts": {
- "compile:src": "tsc --newLine LF",
- "prexpublish": "npm run compile:src",
- "deploy": "npm run compile:src && npm xpublish"
- },
- "homepage": "https://github.com/compodoc/ngd",
- "bugs": "https://github.com/compodoc/ngd/issues",
- "author": "Wassim CHEGHAM",
- "engines": {
- "node": ">= 10.0.0"
- },
- "contributors": [
- "vogloblinsky"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/compodoc/ngd.git"
- },
- "private": false,
- "license": "MIT",
- "dependencies": {
- "ansi-colors": "^4.1.3",
- "fancy-log": "^2.0.0",
- "typescript": "^5.0.4"
- },
- "devDependencies": {
- "@types/node": "^20.1.2"
- },
- "types": "dist/index.d.ts"
- }
|