UNPKG

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