-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathng-package.json
50 lines (50 loc) · 1.75 KB
/
ng-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
49
50
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "./src/public_api.ts",
"umdModuleIds": {
"path": "path",
"fs": "fs",
"http": "http",
"axios": "axios",
"tsyringe": "tsyringe",
"express": "express",
"socket.io": "socket.io",
"routing-controllers-openapi": "routing-controllers-openapi",
"routing-controllers": "routing-controllers",
"socket-controllers": "socket-controllers",
"uuid": "uuid",
"sharp": "sharp",
"rimraf": "rimraf",
"nodemailer": "nodemailer",
"handlebars": "handlebars",
"class-transformer/storage": "class-transformer/storage",
"class-validator": "class-validator",
"class-validator-jsonschema": "class-validator-jsonschema",
"body-parser": "body-parser",
"jsonwebtoken": "jsonwebtoken",
"mongoose": "mongoose",
"mongoose/lib/utils": "mongoose-lib-utils",
"stream": "stream",
"bson": "bson",
"fontkit": "fontkit",
"file-type": "file-type",
"mongodb": "mongodb",
"dotenv": "dotenv",
"node-resque": "node-resque",
"node-cron": "node-cron",
"ioredis": "ioredis",
"socket.io-client": "socket.io-client",
"cacheman-mongodb": "cacheman-mongodb",
"bcrypt": "bcrypt",
"moment": "moment",
"child_process": "child_process",
"crypto": "crypto",
"zeromq": "zeromq"
}
},
"deleteDestPath": false,
"allowedNonPeerDependencies": [
"."
]
}