UNPKG

africa

Version:

A library to interactively create and read configuration files.

70 lines (69 loc) 2.06 kB
{ "name": "africa", "version": "1.5.0", "description": "A library to interactively create and read configuration files.", "main": "compile/index.js", "module": "src/index.js", "scripts": { "t": "zoroaster -a -t 5000", "spec": "yarn t test/spec", "mask": "yarn t test/mask", "test": "yarn t test/spec test/mask", "test-compile": "yarn test -e test-compile", "test-paid": "yarn test -e test-paid", "lib": "depack src/depack.js -o compile/africa.js -s -a -c -p --source_map_include_content", "paid": "depack src/depack.js -o paid/africa.js -s -a -c -p --source_map_include_content", "lint": "eslint .", "d": "yarn-s template template-paid d1 externs", "template": "typal compile/template.js -T compile/index.js -t types", "template-paid": "typal compile/template.js -T paid/index.js -t types", "d1": "typal types/index.js compile/index.js paid/index.js -u", "externs": "typal types/externs.js", "doc": "doc -o README.md -d -n _africa", "e": "alanode" }, "files": [ "compile", "src", "src$/index.js", "types" ], "externs": "types/externs.js", "repository": "gitlab:artdeco/africa", "keywords": [ "africa", "rc", "configuration", "persistent", "dot" ], "author": "Anton <anton@adc.sh>", "license": "AGPL-3.0", "bugs": { "url": "https://gitlab.com/artdeco/africa/-/issues", "email": "incoming+artdeco-africa-17737783-issue-@incoming.gitlab.com" }, "homepage": "https://www.artd.eco", "devDependencies": { "@wrote/exists": "^1.0.5", "alamode": "^3.7.1", "bosom": "^2.0.0", "depack": "^1.1.2", "documentary": "^1.38.1", "erte": "^1.3.0", "eslint-config-artdeco": "^1.0.1", "forkfeed": "^1.1.1", "promto": "^1.2.0", "reloquent": "^1.4.1", "spawncommand": "^2.2.0", "temp-context": "^2.1.3", "typal": "^1.26.2", "wrote": "^1.4.0", "yarn-s": "^1.2.3", "zoroaster": "^4.3.0" }, "srcDependencies": { "bosom": "^2.0.0", "reloquent": "^1.3.1" } }