-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 810 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 810 Bytes
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
{
"name": "js-conditional-compile-loader",
"version": "1.0.16",
"description": "A conditional compiling loader for webpack, support js,ts,css,scss,vue. 一个条件编译的webpack loader,支持js,ts,css,scss,vue等。",
"main": "index.js",
"scripts": {
"test": "jest",
"prepublish": "npm test"
},
"dependencies": {
"loader-utils": "2.*"
},
"keywords": [
"webpack",
"javascript",
"ifdebug",
"conditional",
"compile"
],
"author": {
"name": "James.Huang",
"email": "hz932@qq.com",
"url": "http://www.hz300.com/js-conditional-compile-loader/"
},
"license": "MIT",
"readme": "readme.md",
"devDependencies": {
"jest": "^24.8.0",
"loader-utils": "^1.2.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}