forked from Abdulazeem-code/stellar-tags
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 715 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 715 Bytes
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
{
"name": "stellar-tags-root",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "npm --prefix stellar-payment-platform start",
"lint": "eslint .",
"prepare": "husky",
"load:test": "artillery run artillery.yml"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"artillery": "^2.0.33",
"eslint": "^10.5.0",
"globals": "^17.6.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.7"
},
"lint-staged": {
"stellar-payment-platform/**/*.js": "eslint",
"payment-dashboard/**/*.{js,jsx}": "npm --prefix payment-dashboard run lint"
},
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^2.5.0",
"bad-words": "^3.0.4",
"xss": "^1.0.15"
}
}