-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1018 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
39
40
41
42
{
"name": "typescript-lodash",
"version": "0.2.1",
"description": "A TypeScript Utility Types lib",
"main": "./index",
"module": "./index",
"scripts": {
"dev": "vuepress dev documents",
"build": "vuepress build documents",
"pub": "npm publish --registry=https://registry.npmjs.org",
"login": "npm login --registry=https://registry.npmjs.org",
"postpublish": "git push origin master & git push github master & git push github --tag & git push origin --tag"
},
"files": [
"lib",
"test",
"index.ts",
"tsconfig.json",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/kawayiLinLin/typescript-lodash.git"
},
"homepage": "https://kawayiLinLin.github.io/typescript-lodash",
"keywords": [
"typescript",
"Utility",
"Types",
"tool",
"util",
"ts",
"TS",
"TypeScript"
],
"author": "kawayilinlin",
"license": "MIT",
"devDependencies": {
"typescript": "^4.8.2",
"vuepress": "^1.9.7"
}
}