-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "swift-mock",
"version": "0.0.26",
"description": "SWIFT mock that emulates SWIFT network, parse and generate SWIFT ISO 15022 messages.",
"dependencies": {
"xregexp": "~2.0.0",
"pegjs": "^0.10.0",
"chokidar": "^2.1.6",
"lodash": "^4.17.11",
"moment": "^2.21.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"mocha": "^5.0.5"
},
"main": "./lib/swift.js",
"scripts": {
"test": "mocha \"tests/**/*.test.js\"",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git://github.com/APshenkin/swift-mock.git"
},
"keywords": [
"swift",
"swift mock",
"iso15022",
"15022"
],
"author": "Andrey Pshenkin <andrey.pshenkin@gmail.com>",
"license": "MIT"
}