-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 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
49
50
51
52
{
"name": "@jswork/url-open",
"version": "1.0.1",
"description": "Url open use anchor tag.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
"scripts": {
"build": "gulp",
"test": "jest",
"release": "release-it"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@jswork/gulp-pkg-header": "^1.0.4",
"@types/jest": "^26.0.23",
"babel-jest": "^27.0.1",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-header": "^2.0.9",
"gulp-ignore": "^3.0.0",
"gulp-load-plugins": "^2.0.1",
"gulp-rename": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-tsc": "^1.3.2",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"release-it": "^14.2.1",
"typedoc": "^0.21.9",
"typescript": "^4.1.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"homepage": "https://js.work",
"repository": {
"type": "git",
"url": "https://github.com/afeiship/url-open.git"
},
"keywords": [
"anchor",
"url",
"open",
"link"
]
}