-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 925 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": "@artichokeruby/project-infrastructure",
"version": "0.1.0",
"private": true,
"description": "Artichoke project infrastructure",
"keywords": [
"iac",
"infrastructure as code",
"terraform"
],
"homepage": "https://github.com/artichoke/project-infrastructure",
"bugs": "https://github.com/artichoke/project-infrastructure/issues",
"license": "MIT",
"author": "Ryan Lopopolo <[email protected]> (https://hyperbo.la/)",
"contributors": [
"Ryan Lopopolo <[email protected]> (https://hyperbo.la/)"
],
"repository": "github:artichoke/project-infrastructure",
"devDependencies": {
"prettier": "^3.2.5"
},
"eslintConfig": {
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
}
},
"scripts": {
"fmt": "prettier --write \"**/*\""
}
}