This repository was archived by the owner on Apr 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path@resource.json
More file actions
98 lines (98 loc) · 4.15 KB
/
@resource.json
File metadata and controls
98 lines (98 loc) · 4.15 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"test": {
"@type": "method",
"@listen": "@test",
"@run": [
"./packages/namespace @test",
"./packages/resource-key @test",
"./packages/resource-description @test",
"./packages/resource-identifier @test",
"./packages/resource-name @test",
"./packages/resource-specifier @test",
"./packages/secret-generator @test",
"./packages/util @test",
"./packages/version @test",
"./packages/version-range @test",
"./resources/js/npm-dependencies @test",
"./resources/js/npm-package @test",
"./resources/js/transpiler @test",
"./resources/resdir/resource @test"
]
},
"bump": {
"@type": "method",
"@run": [
"./resources/1place/jest version bump",
"./resources/1place/js-resource version bump",
"./resources/1place/npm-package version bump",
"./resources/js/bundler version bump",
"./resources/js/npm-dependencies version bump",
"./resources/js/npm-package version bump",
"./resources/js/packer version bump",
"./resources/js/resource version bump",
"./resources/js/transpiler version bump",
"./resources/resdir/example version bump",
"./resources/resdir/registry-client version bump",
"./resources/resdir/resource version bump",
"./resources/resource/helper version bump",
"./resources/resource/hosted-resource version bump",
"./resources/shell/bash version bump",
"./resources/tool/console version bump",
"./resources/tool/file-copier version bump",
"./resources/tool/file-watcher version bump",
"./resources/tool/notifier version bump",
"./resources/website/freezer version bump",
"./resources/website/hosted-website version bump",
"./resources/aws/lambda-hosted-resource version bump",
"./resources/aws/s3-hosted-website version bump"
]
},
"publish": {
"@type": "method",
"@run": [
"./resources/1place/jest publish --throwIfAlreadyExists=false",
"./resources/1place/js-resource publish --throwIfAlreadyExists=false",
"./resources/1place/npm-package publish --throwIfAlreadyExists=false",
"./resources/js/bundler publish --throwIfAlreadyExists=false",
"./resources/js/npm-dependencies publish --throwIfAlreadyExists=false",
"./resources/js/npm-package publish --throwIfAlreadyExists=false",
"./resources/js/packer publish --throwIfAlreadyExists=false",
"./resources/js/resource publish --throwIfAlreadyExists=false",
"./resources/js/transpiler publish --throwIfAlreadyExists=false",
"./resources/resdir/example publish --throwIfAlreadyExists=false",
"./resources/resdir/registry-client publish --throwIfAlreadyExists=false",
"./resources/resdir/resource publish --throwIfAlreadyExists=false",
"./resources/resource/helper publish --throwIfAlreadyExists=false",
"./resources/resource/hosted-resource publish --throwIfAlreadyExists=false",
"./resources/shell/bash publish --throwIfAlreadyExists=false",
"./resources/tool/console publish --throwIfAlreadyExists=false",
"./resources/tool/file-copier publish --throwIfAlreadyExists=false",
"./resources/tool/file-watcher publish --throwIfAlreadyExists=false",
"./resources/tool/notifier publish --throwIfAlreadyExists=false",
"./resources/website/freezer publish --throwIfAlreadyExists=false",
"./resources/website/hosted-website publish --throwIfAlreadyExists=false",
"./resources/aws/lambda-hosted-resource publish --throwIfAlreadyExists=false",
"./resources/aws/s3-hosted-website publish --throwIfAlreadyExists=false"
]
},
"lint": {
"@type": "method",
"@run": [
"(@import shell/bash) run \"./node_modules/.bin/eslint .\"",
"(@import shell/bash) run \"./node_modules/.bin/prettier-eslint-check '**/*.js'\""
],
"@listen": "@lint"
},
"dependencies": {
"@import": "js/npm-dependencies#^0.1.0",
"@value": {
"babel-eslint": "~10.0.1",
"eslint": "~5.9.0",
"eslint-config-xo": "~0.25.0",
"eslint-plugin-react": "~7.11.1",
"prettier": "~1.15.2",
"prettier-eslint-check": "^1.0.2",
"prettier-eslint-cli": "^4.7.1"
}
}
}