forked from ibexmercado/crypto-mercado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1018 Bytes
/
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
{
"name": "@ibexcm/mercado",
"private": true,
"version": "1.0.0",
"description": "IBEX Crypto Mercado",
"scripts": {
"global:dependencies": "npm i -g [email protected] [email protected] [email protected] [email protected] prisma@^1.34.10",
"clean": "lerna clean -y",
"bootstrap": "lerna bootstrap --ci && npm run link:source",
"link:source": "npm run api:schema:compile && sh install.sh",
"build": "lerna run build && npm run bootstrap",
"api:schema:generate": "lerna run api:schema:generate && npm run link:source",
"api:schema:compile": "lerna run api:schema:compile"
},
"peerDependencies": {
"convict": "^5.1.0",
"graphql": "14.6.0",
"prettier": "^1.16.4",
"prisma": "^1.34.10",
"rimraf": "^2.6.3",
"ts-node": "^8.1.0",
"typescript": "^3.7.5"
},
"keywords": [],
"author": "netpoe",
"license": "ISC",
"devDependencies": {
"copyfiles": "^2.3.0",
"lerna": "^3.13.0"
},
"prettier": {
"trailingComma": "all",
"printWidth": 92
}
}