-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 821 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 821 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
29
30
31
32
{
"name": "@mfe-frameworks/builder",
"version": "0.0.2",
"license": "MIT",
"author": "Marcelo Cardoso",
"scripts": {
"build": "tsc",
"start": "NODE_ENV=development vercel dev"
},
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@types/express": "^4.17.13",
"@types/node": "^16.11.7",
"@types/uuid": "^8.3.3",
"@vercel/node": "^1.12.1",
"concurrently": "^6.4.0",
"nodemon": "^2.0.15",
"rimraf": "^3.0.2",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^4.4.4"
},
"dependencies": {
"@mfe-frameworks/config": "^0.0.2",
"@octokit/rest": "^18.12.0",
"adm-zip": "^0.5.9",
"axios": "^0.24.0",
"express": "^4.17.1",
"octokit-plugin-create-pull-request": "^3.10.0",
"uuid": "^8.3.2"
}
}