ngrx-uml
Version:
NGRX to Plant UML diagram
80 lines (79 loc) • 2.5 kB
JSON
{
"name": "ngrx-uml",
"version": "1.0.2",
"description": "NGRX to Plant UML diagram",
"homepage": "https://github.com/immament/ngrx-uml",
"bugs": {
"url": "https://github.com/immament/ngrx-uml/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/immament/ngrx-uml.git"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"ngrx-uml": "./dist/bin/index.js"
},
"scripts": {
"setup": "npm install",
"build": "tsc -p tsconfig.app.json --declaration",
"dev": "tsc --watch",
"ts-node": "ts-node",
"start": "ts-node -P tsconfig.app.json ./src/bin ",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint . --ext .ts",
"run:diagram": "npm start -- diagram -f 'test/test_data/**/*ts'",
"run:d": "npm start -- diagram -f 'test/test_data/**/books*ts'",
"run:diagram:ngrx": "npm start -- diagram -f '**/*ts' -d ../ngrx/projects/example-app/ -i '**/*.spec.ts' -c tsconfig.app.json --js",
"json:diagram:ngrx": "npm run run:diagram:ngrx -- --im off",
"run:print": "npm start -- print -f 'test/test-files/**/*ts'",
"prepublishOnly": "npm run lint && npm run build && npm test",
"deployLocal": "npm run build && npm i -g .",
"sb": "npm start -- di sandbox -f '**/*ts' -d ../ngrx/projects/example-app/ -i '**/*.spec.ts' -c tsconfig.app.json --js",
"sb-cp": "npm start -- di sandbox -f 'src/app/**/*.module.ts' -d ../ChampionPath/champ-app --js"
},
"keywords": [
"ngrx",
"actions",
"state",
"plant",
"UML",
"diagram"
],
"files": [
"dist",
"README.md"
],
"author": "immament",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"glob": "^7.1.6",
"loglevel": "^1.7.0",
"plantuml-encoder": "^1.4.0",
"rxjs": "^6.6.3",
"typescript": "^3.9.7",
"yargs": "^15.4.1"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/jest": "^25.2.3",
"@types/jest-expect-message": "^1.0.2",
"@types/node": "^13.13.21",
"@types/yargs": "^15.0.7",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^25.5.4",
"jest-expect-message": "^1.0.2",
"ts-jest": "^25.5.1",
"ts-node": "^8.10.2"
}
}