-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 923 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
36
37
{
"name": "rewardme",
"version": "1.0.0",
"description": "Reward anyone with crypto assets using receiver's email or github username",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Romsters/rewardme.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky install",
"dev": "lerna run dev",
"lint": "lerna run lint",
"build": "lerna run build"
},
"author": "Romsters",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@matterlabs/prettier-config": "^1.0.3",
"@types/node": "^16.18.57",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"lerna": "^7.3.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"bugs": {
"url": "https://github.com/Romsters/rewardme/issues"
}
}