UNPKG

2.38 kBJSONView Raw
1{
2 "name": "@accordproject/cicero-cli",
3 "version": "0.21.0",
4 "description": "Cicero CLI",
5 "engines": {
6 "node": ">=8",
7 "npm": ">=3"
8 },
9 "publishConfig": {
10 "access": "public"
11 },
12 "bin": {
13 "cicero": "./index.js"
14 },
15 "main": "index.js",
16 "scripts": {
17 "pretest": "npm run lint",
18 "lint": "eslint .",
19 "postlint": "npm run licchk",
20 "licchk": "license-check",
21 "test:cucumber": "cucumber-js test/features --require .cucumber.js --world-parameters \"{\\\"rootdir\\\":\\\"./test\\\"}\"",
22 "test:mocha": "mocha",
23 "test:all": "npm run test:mocha && npm run test:cucumber",
24 "test:windows": "npm run test:all",
25 "test:cov": "nyc npm run test",
26 "test": "npm run test:all"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/accordproject/cicero.git"
31 },
32 "keywords": [
33 "clause",
34 "legal",
35 "tech"
36 ],
37 "author": "clause.io",
38 "license": "Apache-2.0",
39 "bugs": {
40 "url": "https://github.com/accordproject/cicero/issues"
41 },
42 "homepage": "https://www.accordproject.org/projects/cicero",
43 "dependencies": {
44 "@accordproject/concerto-core": "0.82.7",
45 "@accordproject/cicero-core": "0.21.0",
46 "@accordproject/cicero-engine": "0.21.0",
47 "@accordproject/cicero-test": "0.21.0",
48 "@accordproject/cicero-tools": "0.21.0",
49 "uuid": "3.3.2",
50 "mkdirp": "0.5.1",
51 "yargs": "13.2.4"
52 },
53 "devDependencies": {
54 "chai": "4.2.0",
55 "chai-as-promised": "7.1.1",
56 "chai-things": "0.2.0",
57 "cucumber": "5.1.0",
58 "eslint": "6.0.1",
59 "jsdoc": "3.6.3",
60 "license-check": "1.1.5",
61 "mocha": "6.1.4",
62 "nyc": "14.1.1",
63 "tmp-promise": "2.0.2"
64 },
65 "license-check-config": {
66 "src": [
67 "**/*.js",
68 "!./test/data/**/*",
69 "!./coverage/**/*",
70 "!./node_modules/**/*",
71 "!./out/**/*",
72 "!index.js"
73 ],
74 "path": "header.txt",
75 "blocking": true,
76 "logInfo": false,
77 "logError": true
78 },
79 "nyc": {
80 "produce-source-map": "true",
81 "sourceMap": "inline",
82 "reporter": [
83 "lcov",
84 "text-summary",
85 "html",
86 "json"
87 ],
88 "include": [
89 "lib/**/*.js"
90 ],
91 "exclude": [],
92 "all": true,
93 "check-coverage": true,
94 "statements": 100,
95 "branches": 100,
96 "functions": 100,
97 "lines": 100
98 },
99 "gitHead": "514fd02f46752e018aedb77e1716a212ef4a59e5"
100}
\No newline at end of file