larvitconf
Version:
Configuration lib
40 lines (39 loc) • 814 B
JSON
{
"name": "larvitconf",
"version": "0.2.35",
"description": "Configuration lib",
"main": "index.js",
"files": [
"*.js"
],
"devDependencies": {
"eslint": "8.57.1",
"mocha": "11.7.6",
"nyc": "18.0.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.202",
"lodash": "4.18.1"
}
}