typhonjs-escomplex-project
Version:
Provides project oriented AST processing for typhonjs-escomplex complexity reports.
79 lines (78 loc) • 3.2 kB
JSON
{
"name": "typhonjs-escomplex-project",
"version": "0.1.0",
"description": "Provides project oriented AST processing for typhonjs-escomplex complexity reports.",
"homepage": "https://github.com/typhonjs-node-escomplex/typhonjs-escomplex-module",
"license": "MPL-2.0",
"author": {
"name": "Michael Leahy"
},
"main": "./dist",
"repository": {
"type": "git",
"url": "https://github.com/typhonjs-node-escomplex/typhonjs-escomplex-project.git"
},
"maintainers": [
{
"name": "Michael Leahy",
"email": "support@typhonjs.io",
"url": "https://github.com/typhonrt"
}
],
"dependencies": {
"escomplex-plugin-metrics-project": "^0.1.0",
"typhonjs-escomplex-commons": "^0.1.0",
"typhonjs-escomplex-module": "^0.1.0",
"typhonjs-plugin-manager": "^0.2.0"
},
"devDependencies": {
"@typhonjs/babel-parser": "^0.2.0",
"acorn": "^6.0.0",
"babylon": "^6.0.0",
"espree": "^5.0.0",
"esprima": "^4.0.0",
"typhonjs-config-eslint": "^0.5.0",
"typhonjs-escomplex-test-data": "git+https://git@github.com/typhonjs-node-escomplex/typhonjs-escomplex-test-data.git",
"typhonjs-npm-build-test": "^0.7.0"
},
"scripts": {
"build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
"build-syntax": "babel ./node_modules/typhonjs-escomplex-module/src -d ./node_modules/typhonjs-escomplex-module/dist && babel ./node_modules/typhonjs-escomplex-commons/src -d ./node_modules/typhonjs-escomplex-commons/dist && babel ./node_modules/escomplex-plugin-metrics-project/src -d ./node_modules/escomplex-plugin-metrics-project/dist && babel ./node_modules/escomplex-plugin-metrics-module/src -d ./node_modules/escomplex-plugin-metrics-module/dist && babel ./node_modules/escomplex-plugin-syntax-estree/src -d ./node_modules/escomplex-plugin-syntax-estree/dist && babel ./node_modules/escomplex-plugin-syntax-babylon/src -d ./node_modules/escomplex-plugin-syntax-babylon/dist && babel ./node_modules/typhonjs-plugin-manager/src -d ./node_modules/typhonjs-plugin-manager/dist",
"esdoc": "esdoc -c .esdocrc",
"eslint": "eslint .",
"prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js",
"test": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js",
"test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js",
"dev-test": "BABEL_ENV=escomplex-dev babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js dev_test",
"dev-test-coverage": "BABEL_ENV=escomplex-dev babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js dev_test"
},
"keywords": [
"typhonjs",
"escomplex",
"complexity",
"simplicity",
"cyclomatic",
"halstead",
"maintainability",
"dependencies",
"static",
"analysis",
"metrics",
"es6",
"es6",
"es7",
"es8",
"es9",
"es10"
],
"files": [
"dist",
"src",
".esdocrc",
"AUTHORS.md"
],
"directories": {},
"bugs": {
"url": "https://github.com/typhonjs-node-escomplex/typhonjs-escomplex-project/issues"
}
}