-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "merchant-payment-service",
"version": "1.0.0",
"description": "merchant service for zkopru",
"main": "index.js",
"bin": {
"payment-service": ""
},
"workspaces": [
"packages/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "lerna run build --sort --include-dependencies --stream",
"link-modules": "lerna run link-modules",
"lerna:bootstrap": "lerna run preBootstrap && lerna bootstrap --use-workspaces --no-ci",
"bootstrap": "yarn lerna:bootstrap && yarn link-modules && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkopru-network/merchant-payment-service.git"
},
"keywords": [
"layer2"
],
"author": "OH YoungTaek",
"license": "ISC",
"bugs": {
"url": "https://github.com/zkopru-network/merchant-payment-service/issues"
},
"homepage": "https://github.com/zkopru-network/merchant-payment-service#readme",
"dependencies": {
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.3",
"@types/jest": "^27.0.2",
"jest": "^27.3.1",
"lerna": "^4.0.0",
"ts-jest": "^27.0.7",
"ts-node": "^10.3.0"
},
"devDependencies": {
"@types/node": "^16.11.6"
},
"private": true
}