UNPKG

node-loc

Version:

ts-lib [![npm](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/ts-lib)

63 lines (62 loc) 1.58 kB
{ "name": "node-loc", "version": "1.1.7", "description": "ts-lib [![npm](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/ts-lib)", "main": "build/src/index.js", "typings": "build/src/index.d.ts", "bin": { "loc": "./build/src/index.js" }, "scripts": { "build": "tsc", "clean": "rm -rf dist", "bare-test": "mocha build/test/index.js", "test": "istanbul cover _mocha build/test/index.js", "coveralls": "cat coverage/lcov.info | coveralls" }, "author": "ephoton", "license": "MIT", "dependencies": { "@types/chalk": "^0.4.31", "@types/commander": "^2.11.0", "@types/fs-extra": "^4.0.2", "@types/glob": "^5.0.33", "@types/globby": "^6.1.0", "@types/lodash": "^4.14.78", "@types/node": "^8.0.45", "chalk": "^2.2.0", "commander": "^2.11.0", "fs-extra": "^4.0.2", "glob": "^7.1.2", "globby": "^6.1.0", "language-map": "^1.3.0", "lodash": "^4.17.4" }, "directories": { "test": "test" }, "devDependencies": { "@types/chai": "^4.0.4", "@types/mocha": "^2.2.43", "chai": "^4.1.2", "coveralls": "^3.0.0", "istanbul": "^0.4.5", "mocha": "^4.0.1", "source-map-support": "^0.5.0", "typescript": "^2.5.3" }, "repository": { "type": "git", "url": "git+https://github.com/ephoton/node-loc.git" }, "keywords": [ "loc", "cloc", "node-loc", "lines of code" ], "bugs": { "url": "https://github.com/ephoton/node-loc/issues" }, "homepage": "https://github.com/ephoton/node-loc#readme" }