-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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
{
"name": "@brightchain/brightmail-lib",
"version": "0.29.27",
"description": "BrightMail shared library - i18n strings, request interfaces and types for BrightChain mail",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"src",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/Digital-Defiance/BrightChain.git",
"directory": "brightmail-lib"
},
"homepage": "https://github.com/Digital-Defiance/BrightChain#readme",
"bugs": {
"url": "https://github.com/Digital-Defiance/BrightChain/issues"
},
"keywords": [
"brightchain",
"brightmail",
"mail",
"email",
"types",
"i18n"
],
"author": "Digital Defiance",
"license": "MIT",
"dependencies": {
"@digitaldefiance/i18n-lib": "4.7.3"
},
"peerDependencies": {
"@brightchain/brightchain-lib": "*"
},
"scripts": {
"build": "npx nx build brightmail-lib",
"test": "npx nx test brightmail-lib",
"lint": "npx nx lint brightmail-lib",
"build:dev": "npx nx build brightmail-lib --configuration=development",
"build:prod": "npx nx build brightmail-lib --configuration=production"
}
}