-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
{
"name": "dappchef-monorepo",
"description": "DappChef is a Ethereum Smart Contract Development Learning platform.",
"license": "Apache-2.0",
"private": true,
"repository": "https://github.com/SWF-Lab/DappChef-MonoRepo.git",
"homepage": ".",
"scripts": {
"start": "yarn workspace website start",
"format": "prettier --write ."
},
"keywords": [
"javascript",
"typescript",
"monorepo"
],
"workspaces": [
"apps/*"
],
"packageManager": "[email protected]",
"devDependencies": {
"@types/node": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/elliptic": "^6.4.14",
"@types/mocha": "^9.0.0",
"@types/prompts": "^2.4.2",
"@types/yargs": "^17.0.15",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"prettier": "^2.5.1",
"dotenv": "^16.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}