-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 894 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": "@assortment/darkmodejs",
"version": "1.2.1",
"description": "Utility package for managing Dark Mode on the web",
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/assortment/darkmodejs.git"
},
"keywords": [
"javascript",
"node",
"dark",
"mode",
"theme"
],
"author": "Luke Whitehouse",
"license": "MIT",
"bugs": {
"url": "https://github.com/assortment/darkmodejs/issues"
},
"homepage": "https://github.com/assortment/darkmodejs#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-jest": "^26.6.3",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"jest": "^26.6.3"
}
}