UNPKG

source-licenser

Version:

Add license information to source files.

46 lines 1.19 kB
{ "name": "source-licenser", "version": "2.0.6", "private": false, "description": "Add license information to source files.", "keywords": [ "source code", "Licenser", "License" ], "homepage": "https://github.com/perki/source-licenser#readme", "bugs": { "url": "https://github.com/perki/source-licenser/issues" }, "repository": { "type": "git", "url": "git+https://github.com/perki/source-licenser.git" }, "license": "BSD-3-Clause", "author": "Perki, Simon, Ilia, Pryv (https://github.com/perki/source-licenser)", "bin": { "source-licenser": "bin/source-licenser" }, "scripts": { "license-me": "./bin/source-licenser -c ./config/licenser-config.yml ./", "test": "semistandard && mocha", "test-cover": "nyc npm run test" }, "dependencies": { "chalk": "^4.1.2", "fast-glob": "^3.2.11", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "nconf": "^0.12.0", "sort-package-json": "^1.57.0", "yargs": "^17.4.1" }, "devDependencies": { "fs-extra": "^10.1.0", "mocha": "^9.2.2", "nixt": "^0.5.1", "nyc": "^15.1.0", "semistandard": "^16.0.1", "tmp-promise": "^3.0.3" } }