UNPKG

1.82 kBJSONView Raw
1{
2 "name": "@accordproject/ergo-test",
3 "version": "0.21.9",
4 "description": "Ergo Test",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/accordproject/ergo"
8 },
9 "main": "index.js",
10 "scripts": {
11 "pretest": "npm run lint",
12 "lint": "eslint .",
13 "postlint": "npm run licchk",
14 "licchk": "license-check",
15 "test:cucumber": "cucumber-js test/features --require lib/steps.js --world-parameters \"{\\\"rootdir\\\":\\\"./test\\\"}\"",
16 "test:mocha": "mocha",
17 "test": "npm run test:mocha && npm run test:cucumber",
18 "test:cov": "nyc npm run test"
19 },
20 "contributors": [
21 {
22 "name": "Jerome Simeon",
23 "email": "jerome@clause.io"
24 }
25 ],
26 "license": "Apache-2.0",
27 "publishConfig": {
28 "access": "public"
29 },
30 "dependencies": {
31 "@accordproject/ergo-compiler": "0.21.9",
32 "@accordproject/ergo-engine": "0.21.9",
33 "chai": "4.2.0",
34 "chai-as-promised": "7.1.1",
35 "chai-things": "0.2.0",
36 "cucumber": "5.1.0"
37 },
38 "devDependencies": {
39 "eslint": "6.0.1",
40 "jsdoc": "3.6.3",
41 "license-check": "1.1.5",
42 "mocha": "5.2.0",
43 "nyc": "13.3.0"
44 },
45 "license-check-config": {
46 "src": [
47 "**/*.js",
48 "!./test/data/**/*",
49 "!./coverage/**/*",
50 "!./node_modules/**/*",
51 "!./out/**/*"
52 ],
53 "path": "header.txt",
54 "blocking": true,
55 "logInfo": false,
56 "logError": true
57 },
58 "nyc": {
59 "produce-source-map": "true",
60 "sourceMap": "inline",
61 "reporter": [
62 "lcov",
63 "text-summary",
64 "html",
65 "json"
66 ],
67 "include": [
68 "lib/**/*.js"
69 ],
70 "exclude": [],
71 "all": true,
72 "check-coverage": true,
73 "statements": 100,
74 "branches": 100,
75 "functions": 100,
76 "lines": 100
77 },
78 "gitHead": "bf65386e8590dff56f8b9bc0bb657263ff049437"
79}
\No newline at end of file