forked from digitalie/one-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 983 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
{
"name": "one-loader",
"version": "0.4.4",
"description": "Single-file Component Loader",
"main": "src/index.js",
"scripts": {
"test": "jest tests",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"travis:coverage": "npm run test:coverage -- --runInBand",
"travis:test": "npm run test -- --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitalie/one-loader.git"
},
"keywords": [
"react",
"component",
"single-file",
"webpack",
"loader"
],
"author": "Shmavon Gazanchyan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/digitalie/one-loader/issues"
},
"homepage": "https://github.com/digitalie/one-loader#readme",
"devDependencies": {
"jest": "^26.4.1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"loader-utils": "^2.0.0",
"lodash.defaultsdeep": "^4.6.1"
}
}