forked from Reamd7/notion-zh_CN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 814 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
{
"name": "notion_zh-cn",
"version": "2.4.13",
"main": "index.js",
"repository": "https://github.com/Reamd7/notion-zh_CN.git",
"author": "reamd7 <[email protected]>",
"license": "MIT",
"private": false,
"dependencies": {
"@types/node": "^16.6.1",
"axios": "^0.21.4",
"jsdom": "^17.0.0",
"pinyin-pro": "^3.3.1",
"prettier": "^2.3.2",
"tencentcloud-sdk-nodejs": "^4.0.183",
"typescript": "^4.8.4"
},
"scripts": {
"dev-search": "node ./script/fuzzySearchKeywords.js",
"dev": "cross-env env=DEV node ./script/main.js",
"build": "cross-env env=BUILD node ./script/main.js",
"build:tw": "cross-env env=BUILD node ./script/main_zh_TW.js"
},
"devDependencies": {
"@types/lodash": "^4.14.173",
"cross-env": "^7.0.3",
"lodash": "^4.17.21"
}
}