-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 969 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
38
39
{
"name": "@artichokeruby/generate_third_party",
"version": "0.1.0",
"private": true,
"description": "Generate listings of third party licenses for Artichoke Ruby",
"keywords": [
"license",
"spdx",
"rubygem",
"ruby",
"rust"
],
"homepage": "https://github.com/artichoke/generate_third_party/releases/latest",
"bugs": "https://github.com/artichoke/generate_third_party/issues",
"license": "MIT",
"author": "Ryan Lopopolo <[email protected]> (https://hyperbo.la/)",
"contributors": [
"Ryan Lopopolo <[email protected]> (https://hyperbo.la/)"
],
"repository": "github:artichoke/generate_third_party",
"devDependencies": {
"prettier": "^3.2.5"
},
"eslintConfig": {
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
}
},
"scripts": {
"fmt": "prettier --write \"**/*\""
}
}