-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 888 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
{
"name": "monerochan-merchant-rpc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run prepare && npx caxa -e monerochan-merchant-rpc .git --input . --output monerochan-merchant-rpc -- \"{{caxa}}/node_modules/.bin/node\" \"{{caxa}}/dist/app.js\"",
"dev": "tsnd --respawn app.ts",
"prepare": "tsc && cp ./api.yaml ./dist/api.yaml",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"express": "^4.18.1",
"express-openapi-validator": "^4.13.8",
"monero-javascript": "^0.7.4",
"qrcode": "^1.5.1",
"swagger-ui-express": "^4.5.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"caxa": "^2.1.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
}
}