-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
39
40
41
42
43
44
45
46
47
{
"name": "@intervolga/eval-loader",
"version": "1.0.4",
"description": "Eval loader for WebPack 2+",
"main": "index.js",
"scripts": {
"mocha": "mocha --ui bdd test/",
"lint": "eslint index.js lib test/index.js test/helpers",
"test": "npm run lint && npm run mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intervolga/eval-loader"
},
"keywords": [
"eval",
"webpack",
"loader"
],
"author": "Shkarupa Alex",
"license": "MIT",
"bugs": {
"url": "https://github.com/intervolga/eval-loader/issues"
},
"homepage": "https://github.com/intervolga/eval-loader#readme",
"peerDependencies": {
"webpack": "^4.41.5"
},
"dependencies": {},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"expect.js": "^0.3.1",
"fs-extra": "^8.1.0",
"mocha": "^7.0.0",
"node-eval": "^2.0.0",
"webpack": "^4.41.5"
},
"files": [
"lib",
"index.js",
"README",
"LICENSE"
]
}