UNPKG

1.4 kBJSONView Raw
1{
2 "name": "@activfinancial/get-match",
3 "description": "A simple node record viewer using the cg-api.",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/activfinancial/cg-api-examples"
7 },
8 "version": "0.4.7",
9 "private": false,
10 "publishConfig": {
11 "access": "public"
12 },
13 "license": "CC-BY-4.0",
14 "author": {
15 "name": "ACTIV Financial Systems, Inc.",
16 "email": "support@activfinancial.com",
17 "url": "http://www.activfinancial.com"
18 },
19 "files": [
20 "/lib/**"
21 ],
22 "main": "lib/get-match.js",
23 "scripts": {
24 "clean": "rimraf lib/*",
25 "build": "webpack --mode production",
26 "develop": "webpack --mode development",
27 "test": "echo \"No test specified\"",
28 "watch": "webpack --mode development --watch -d",
29 "prepublishOnly": "yarn build"
30 },
31 "dependencies": {
32 "@activfinancial/cg-api": "^0.10.2",
33 "commander": "^3.0.0",
34 "sprintf-js": "^1.1.2"
35 },
36 "devDependencies": {
37 "@types/sprintf-js": "^1.1.2",
38 "rimraf": "^2.7.0",
39 "terser-webpack-plugin": "^1.4.1",
40 "ts-loader": "^6.0.4",
41 "typescript": "^3.5.3",
42 "webpack": "^4.39.2",
43 "webpack-cli": "^3.3.6",
44 "webpack-permissions-plugin": "^1.0.3"
45 },
46 "gitHead": "cfda8fe38fd8a82658a247e5ae0a87049e60de30"
47}