-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 931 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
{
"name": "@wowlink/wow-url-converter",
"version": "1.2.1",
"description": "URL conversion module for WowLink",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/wowlink/wow-url-converter.git"
},
"author": "Tianhao Zhou",
"license": "MIT",
"bugs": {
"url": "https://github.com/wowlink/wow-url-converter/issues"
},
"homepage": "https://github.com/wowlink/wow-url-converter#readme",
"devDependencies": {
"@babel/preset-env": "^7.14.0",
"@babel/preset-typescript": "^7.13.0",
"@semantic-release/git": "^9.0.0",
"@types/jest": "^26.0.23",
"jest": "^26.6.3",
"semantic-release": "^17.4.2",
"typescript": "^4.2.4"
},
"dependencies": {
"@wowlink/wow-interface": "^1.3.0",
"fuse.js": "^6.4.6"
}
}