-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 KB
/
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
{
"name": "bdiefinder",
"version": "1.1.8",
"description": " Find Samsung B-Die DDR 4 memory kits on Amazon, Newegg and many more.",
"private": true,
"scripts": {
"dev": "webpack --mode development --watch",
"lint": "eslint src",
"test": "exit 0",
"test-fixme": "instant-mocha --mode development --glob '*.test.js' src/js",
"build": "webpack --mode production",
"deploy": "push-dir --dir=dist --branch=gh-pages --remote all --cleanup"
},
"repository": {
"type": "git",
"url": "[email protected]:Benzhaomin/bdiefinder.git"
},
"keywords": [],
"author": "Benjamin Maisonnas <[email protected]>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/Benzhaomin/bdiefinder/issues"
},
"homepage": "https://benzhaomin.github.io/bdiefinder/",
"devDependencies": {
"chai": "4.3.7",
"eslint": "8.41.0",
"eslint-plugin-github": "4.7.0",
"file-loader": "6.2.0",
"instant-mocha": "^1.5.1",
"mocha": "^10.2.0",
"normalize.css": "8.0.1",
"push-dir": "0.4.1",
"umbrellajs": "3.3.1",
"webpack": "5.83.1",
"webpack-cli": "5.1.1"
}
}