UNPKG

2.1 kBJSONView Raw
1{
2 "name": "@accordproject/ergo-engine",
3 "version": "0.21.9",
4 "description": "Ergo Engine",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/accordproject/ergo"
8 },
9 "main": "index.js",
10 "scripts": {
11 "webpack": "webpack --config webpack.config.js --mode production",
12 "prepublishOnly": "npm run webpack",
13 "pretest": "npm run lint",
14 "lint": "eslint .",
15 "postlint": "npm run licchk",
16 "licchk": "license-check",
17 "test": "mocha",
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 "files": [
31 "lib",
32 "umd",
33 "index.browser.js"
34 ],
35 "dependencies": {
36 "@accordproject/ergo-compiler": "0.21.9",
37 "moment-mini": "2.22.1",
38 "vm2": "3.5.0"
39 },
40 "devDependencies": {
41 "@babel/cli": "7.1.5",
42 "@babel/core": "7.1.6",
43 "@babel/preset-env": "7.1.6",
44 "archiver": "2.1.1",
45 "babel-core": "7.0.0-bridge.0",
46 "babel-loader": "8.0.4",
47 "babel-preset-env": "1.7.0",
48 "chai": "4.2.0",
49 "chai-as-promised": "7.1.1",
50 "chai-things": "0.2.0",
51 "eslint": "6.0.1",
52 "jsdoc": "3.6.3",
53 "license-check": "1.1.5",
54 "mocha": "5.2.0",
55 "nyc": "13.3.0",
56 "raw-loader": "0.5.1",
57 "webpack": "4.16.3",
58 "webpack-cli": "3.1.0"
59 },
60 "license-check-config": {
61 "src": [
62 "**/*.js",
63 "!./test/data/**/*",
64 "!./coverage/**/*",
65 "!./node_modules/**/*",
66 "!./out/**/*",
67 "!./umd/ergo-engine.js"
68 ],
69 "path": "header.txt",
70 "blocking": true,
71 "logInfo": false,
72 "logError": true
73 },
74 "nyc": {
75 "produce-source-map": "true",
76 "sourceMap": "inline",
77 "reporter": [
78 "lcov",
79 "text-summary",
80 "html",
81 "json"
82 ],
83 "include": [
84 "lib/**/*.js"
85 ],
86 "exclude": [],
87 "all": true,
88 "check-coverage": true,
89 "statements": 93,
90 "branches": 70,
91 "functions": 92,
92 "lines": 93
93 },
94 "gitHead": "bf65386e8590dff56f8b9bc0bb657263ff049437"
95}
\No newline at end of file