-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.38 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@mjuz/webpage",
"version": "1.0.0",
"description": "µs Webpage Case Study",
"author": "Daniel Sokolowski <[email protected]>",
"homepage": "https://github.com/allprojects/decentralized-deployments#read",
"license": "Apache-2.0",
"directories": {
"lib": "dist",
"test": "test"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/allprojects/decentralized-deployments.git"
},
"scripts": {
"build": "tsc",
"clean": "rm -r dist",
"lint": "eslint . --ext .ts",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/allprojects/decentralized-deployments/issues"
},
"devDependencies": {
"@types/node": "15.6.1",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"prettier": "2.3.0",
"typescript": "4.2.4"
},
"dependencies": {
"@funkia/hareactive": "git://github.com/dsoko2/hareactive#8b1f46f5f6b1bc5846d8ea1a8097b58e4726d985",
"@funkia/io": "git://github.com/dsoko2/io#0573c2330cfcfdb3df570a2b3a4c2b33ff71b3f3",
"@grpc/grpc-js": "1.3.2",
"@mjuz/core": "1.0.0",
"@pulumi/aws": "4.6.0",
"@pulumi/pulumi": "3.2.1",
"pino": "6.11.3",
"pino-pretty": "5.0.2"
}
}