js-code-stats
Version:
```bash npm install -g js-code-stats # or --save ```
59 lines (58 loc) • 1.18 kB
JSON
{
"name": "js-code-stats",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "ava",
"build": "babel src/index.js -o index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobp100/js-code-stats.git"
},
"keywords": [
"ecmascript",
"es6",
"es",
"AST",
"dependency",
"dependencies",
"analizer",
"import",
"export"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jacobp100/js-code-stats/issues"
},
"homepage": "https://github.com/jacobp100/js-code-stats#readme",
"devDependencies": {
"ava": "^0.14.0",
"babel": "^6.5.2",
"babel-cli": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"eslint": "^2.9.0",
"eslint-config-airbnb-base": "^3.0.0",
"eslint-plugin-import": "^1.7.0"
},
"dependencies": {
"chalk": "^1.1.3",
"get-es-imports-exports": "^1.0.4",
"lodash": "^4.11.2",
"yargs": "^4.7.0"
},
"ava": {
"files": [
"test/*.js"
],
"require": [
"babel-register"
],
"babel": "inherit"
},
"bin": {
"js-code-stats": "./bin/index.js"
}
}