-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 997 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
40
41
42
43
44
45
46
{
"name": "parcel-plugin-cname",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"files": [
"lib/index.js"
],
"keywords": [
"parcel",
"parcel-plugin",
"cname"
],
"author": "Emphori (https://emphori.studio)",
"homepage": "https://github.com/Emphori/parcel-plugin-cname#readme",
"contributors": [
"Iain Reid <iainreid382@gmail.com> (https://chaff.land)"
],
"license": "MIT",
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"eslintConfig": {
"extends": "@emphori"
},
"jest": {
"preset": "@emphori/jest-preset"
},
"devDependencies": {
"@emphori/eslint-config": "^0.1.7",
"@emphori/jest-preset": "0.0.3",
"eslint": "^6.6.0",
"jest": "^24.9.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emphori/parcel-plugin-cname.git"
},
"bugs": {
"url": "https://github.com/Emphori/parcel-plugin-cname/issues"
}
}