-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
48
{
"name": "@baidu/gulp-conf-sourcemap",
"version": "1.0.9",
"description": "",
"main": "dist/src/index.js",
"scripts": {
"installs": "npm install --registry=http://registry.npm.baidu-int.com",
"test": "jest",
"debug": "node --inspect server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/searchfe/gulp-conf-sourcemap.git"
},
"author": "liujing",
"license": "MIT",
"bugs": {
"url": "https://github.com/searchfe/gulp-conf-sourcemap/issues"
},
"homepage": "https://github.com/searchfe/gulp-conf-sourcemap#readme",
"devDependencies": {
"@types/gulp": "^4.0.6",
"@types/gulp-util": "^3.0.34",
"@types/jest": "^24.0.15",
"@types/replace-ext": "0.0.27",
"gulp": "^4.0.2",
"gulp-ext-replace": "^0.3.0",
"gulp-typescript": "^5.0.1",
"jest": "^24.8.0",
"tern": "^0.24.1",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"typescript": "^3.4.5"
},
"dependencies": {
"del": "^5.0.0",
"glob": "^7.1.3",
"gulp-util": "^3.0.8",
"json2php": "0.0.4",
"readable-stream": "^3.4.0",
"replace-ext": "^1.0.0",
"through2": "^3.0.1",
"ts2php": "^0.12.0"
},
"directories": {
"test": "test"
}
}