UNPKG

larvitconf

Version:
40 lines (39 loc) 815 B
{ "name": "larvitconf", "version": "0.2.18", "description": "Configuration lib", "main": "index.js", "files": [ "*.js" ], "devDependencies": { "eslint": "8.57.1", "mocha": "11.7.1", "nyc": "17.1.0" }, "scripts": { "lint": "eslint *.js test/*.js", "test:unit": "mocha --exit --bail './test/*.js'", "coverage": "nyc npm run test:unit", "test": "npm run lint && npm run coverage" }, "repository": { "type": "git", "url": "git+https://github.com/larvit/larvitconf.git" }, "keywords": [ "misc", "uuid", "replaceAll" ], "author": "gagge <gagge@larvit.se>", "license": "ISC", "bugs": { "url": "https://github.com/larvit/larvitconf/issues" }, "homepage": "https://github.com/larvit/larvitconf#readme", "dependencies": { "larvitutils": "5.1.156", "lodash": "4.17.21" } }