UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@imec-apt/duxis-cltools",
3 "version": "1.2.1",
4 "description": "Duxis project command line development tools.",
5 "bin": {
6 "dx": "./dx.sh"
7 },
8 "scripts": {
9 "install": "run-s install:checkNodeVersion install:completion",
10 "install:completion": "scripts/install-completion.sh",
11 "install:checkNodeVersion": "scripts/checkNodeVersion.js",
12 "test": "mocha --bail --recursive tests",
13 "test:watch": "nodemon"
14 },
15 "dependencies": {
16 "commander": "2.16.0",
17 "fs-extra": "6.0.1",
18 "js-yaml": "3.12.0",
19 "lodash": "4.17.10",
20 "npm-check": "5.7.1",
21 "npm-run-all": "4.1.3"
22 },
23 "devDependencies": {
24 "chai": "4.1.2",
25 "chalk": "2.4.1",
26 "mocha": "5.2.0",
27 "nodemon": "1.17.5",
28 "semver": "5.5.0"
29 },
30 "engines": {
31 "node": ">=8.11.3"
32 },
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/imec-apt/duxis-cltools"
36 },
37 "keywords": [
38 "duxis",
39 "apt",
40 "imec",
41 "cli"
42 ],
43 "author": "wouter.vandenbroeck@imec.be",
44 "license": "UNLICENSED"
45}