ludd
Version:
The Luddites CLI Client To Install And Publish Dependencies.
70 lines (69 loc) • 1.99 kB
JSON
{
"name": "ludd",
"version": "0.0.0",
"description": "The Luddites CLI Client To Install And Publish Dependencies.",
"main": "compile/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"dev": "node src/bin",
"compile": "depack src/bin/ludd -o compile/bin/ludd.js -a -c -S --externs types/externs.js",
"lib": "depack src/depack.js -o compile/ludd.js -a -c --source_map_include_content",
"test-compile": "yarn test -e test-compile",
"lint": "eslint .",
"doc": "doc -o README.md -n _ludd -a -d",
"wiki": "doc wiki -W wiki.git -n _ludd -a -d --gitlab",
"d": "yarn-s template d1 externs",
"d1": "typal compile/index.js types/index.js -u -t types/index.xml",
"template": "typal compile/template.js -T compile/index.js -t types/api.xml",
"externs": "typal types/externs.js",
"args": "argufy -o src/bin/get-args.js"
},
"bin": {
"ludd": "compile/bin/ludd.js",
"ludd-dev": "src/bin/index.js"
},
"files": [
"src",
"compile",
"types/externs.js",
"typedefs.json"
],
"externs": "types/externs.js",
"typedefs": "typedefs.json",
"keywords": [
"luddites",
"ludd",
"artdeco",
"cli",
"npm",
"yarn"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://gitlab.com/luddites/ludd.git"
},
"bugs": {
"url": "https://gitlab.com/luddites/ludd/-/issues",
"email": "incoming+luddites-ludd-18090738-issue-@incoming.gitlab.com"
},
"homepage": "https://luddites.io",
"devDependencies": {
"alamode": "^3.7.1",
"argufy": "^1.7.5",
"depack": "^1.1.2",
"documentary": "^1.38.1",
"erte": "^1.2.0",
"eslint-config-artdeco": "1.0.1",
"indicatrix": "^1.4.1",
"typal": "^1.26.2",
"usually": "^1.2.0",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
}
}