forked from jaywcjlove/awesome-mac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.82 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.82 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "awesome-mac",
"version": "2.0.0",
"description": " This repo is a collection of awesome Mac applications and tools for developers and designers. ",
"homepage": "https://jaywcjlove.github.io/awesome-mac",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"main": "dist/awesome-mac.json",
"module": "dist/awesome-mac.json",
"type": "module",
"exports": {
".": {
"import": "./dist/awesome-mac.json",
"require": "./dist/awesome-mac.json",
"default": "./dist/awesome-mac.json"
},
"./ko": {
"import": "./dist/awesome-mac.ko.json",
"require": "./dist/awesome-mac.ko.json",
"default": "./dist/awesome-mac.ko.json"
},
"./ja": {
"import": "./dist/awesome-mac.ja.json",
"require": "./dist/awesome-mac.ja.json",
"default": "./dist/awesome-mac.ja.json"
},
"./zh": {
"import": "./dist/awesome-mac.zh.json",
"require": "./dist/awesome-mac.zh.json",
"default": "./dist/awesome-mac.zh.json"
},
"./package.json": "./package.json"
},
"scripts": {
"start": "npm run build && npm run create:ast",
"doc": "idoc --watch",
"build": "idoc",
"create:ast": "node build/ast.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/awesome-mac.git"
},
"keywords": [
"awesome",
"awesome-mac",
"mac",
"macosx",
"osx"
],
"files": [
"dist/awesome-mac.json",
"dist/awesome-mac.ko.json",
"dist/awesome-mac.ja.json",
"dist/awesome-mac.zh.json"
],
"author": "kenny wang <wowohoo@qq.com>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/jaywcjlove/awesome-mac/issues"
},
"devDependencies": {
"fs-extra": "^10.1.0",
"idoc": "^1.26.5",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"to-vfile": "^7.2.3"
}
}