UNPKG

@dev-build-deploy/reuse-it

Version:

(ReUSE) Copyright and License management library

49 lines (48 loc) 1.3 kB
{ "name": "@dev-build-deploy/reuse-it", "version": "0.4.4", "description": "(ReUSE) Copyright and License management library", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "tsc --project tsconfig.publish.json", "test": "jest --coverage", "lint": "eslint --ext .ts test/*.ts src/*.ts", "format": "prettier --write src/*.ts test/*.ts && prettier --write test/*.ts src/*.ts" }, "author": "Kevin de Jong", "license": "MIT", "keywords": [ "Copyright", "License", "REUSE", "SPDX" ], "repository": { "type": "git", "url": "git+https://github.com/dev-build-deploy/reuse-it.git" }, "bugs": { "url": "https://github.com/dev-build-deploy/reuse-it/issues" }, "homepage": "https://github.com/dev-build-deploy/reuse-it#readme", "devDependencies": { "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "eslint": "^8.42.0", "jest": "^29.5.0", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "typedoc": "^0.24.8", "typescript": "^5.1.3" }, "files": [ "lib/*" ], "dependencies": { "@dev-build-deploy/comment-it": "^0.4.1", "@dev-build-deploy/dep5-it": "^0.2.0" } }