forked from finos/generator-symphony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@finos/generator-symphony",
"version": "3.0.0-SNAPSHOT",
"repository": {
"type": "git",
"url": "git+https://github.com/finos/generator-symphony.git"
},
"license": "MIT",
"description": "Generator to create Symphony BOT and Applications",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"symphony",
"symphony-chat"
],
"type": "module",
"dependencies": {
"axios": "^1.6.2",
"colors": "1.4.0",
"mem-fs": "^4.0.0",
"mem-fs-editor": "^11.0.0",
"mkdirp": "^3.0.1",
"node-forge": "^1.3.1",
"upath": "^2.0.1",
"yeoman-environment": "^3.19.3",
"yeoman-generator": "^6.0.1"
},
"devDependencies": {
"c8": "^8.0.1",
"chai": "^4.3.10",
"decamelize": "^6.0.0",
"fs-extra": "^11.2.0",
"mocha": "^10.2.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^8.2.0"
},
"bugs": {
"url": "https://github.com/finos/generator-symphony/issues"
},
"homepage": "https://github.com/finos/generator-symphony#readme",
"exports": "./index.js",
"scripts": {
"test": "c8 --check-coverage --lines 90 --per-file --reporter=text mocha"
},
"author": "symphony-platform-solutions"
}