data-clumps-visualizer
Version:
This is a package to identify data-clumps-visualizer
80 lines (79 loc) • 2.52 kB
JSON
{
"name": "data-clumps-visualizer",
"version": "0.1.99",
"description": "This is a package to identify data-clumps-visualizer",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"coverage": "jest --coverage",
"test": "npm run build && npm run testOnly",
"testOnly": "npm run coverage",
"start": "npm run build && node ./build/ignoreCoverage/development.js",
"build": "rimraf ./build && tsc && cp package.json ./build && cp ./../../README.md ./build && cp ./../../LICENSE.md ./build",
"dev": "nodemon",
"linkReactToOuter": "npm link ../../node_modules/react",
"_prepareUpload": "npm run build && rimraf ./coverage && rimraf ./build/tests",
"_uploadBuild": "cd ./build && npm pack && npm publish && cd ..",
"_uploadWithoutPatch": "npm run _prepareUpload && npm run _uploadBuild && npm run clean",
"upload": "npm version patch && npm run _uploadWithoutPatch",
"clean": "rimraf ./build && gts clean",
"lint": "gts lint",
"fix": "gts fix",
"setup": "npm install && node setup.js && rimraf setup.js setup.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FireboltCasters/data-clumps-visualizer"
},
"keywords": [
"data-clumps-visualizer",
"code-smell",
"code-smells",
"code-smell-detection",
"detector"
],
"author": "Nils Baumgartner",
"contributors": [
{
"name": "Nils Baumgartner",
"email": "nilsbaumgartner1994@gmail.com",
"url": "https://github.com/NilsBaumgartner1994"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FireboltCasters/data-clumps-visualizer/issues"
},
"homepage": "https://github.com/FireboltCasters/data-clumps-visualizer",
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^16.0.0",
"gts": "^3.1.0",
"jest": "^27.0.6",
"nodemon": "^2.0.9",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.3.5"
},
"peerDependencies": {
"primereact": "^8.7.3",
"react": "^18.2.0"
},
"dependencies": {
"@babel/preset-typescript": "^7.21.0",
"@stdlib/buffer-from-string": "^0.0.8",
"Base64": "^1.1.0",
"antlr4-js-exports": "^4.12.2",
"axios": "^0.21.4",
"base64-js": "^1.5.1",
"buffer": "^6.0.0",
"buffer-from": "^1.1.2",
"data-clumps-type-context": "^0.1.100",
"eslint": "^7.32.0",
"primereact": "^8.7.3",
"react": "^18.2.0",
"react-graph-vis": "^1.0.7",
"uuid": "^9.0.0"
}
}