forked from atorber/puppet-xp-getting-started
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
{
"name": "wechaty-puppet-xp-getting-started",
"version": "1.13.12",
"description": "Demo for wechaty-puppet-xp",
"author": "atorber",
"license": "Apache-2.0",
"type": "module",
"engines": {
"node": ">=16",
"npm": ">=7"
},
"bin": "dist/index.js",
"pkg": {
"targets": ["node18-win-x64"],
"assets": ["views/**/*", "public/**/*"]
},
"scripts": {
"start": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" node ./src/index.ts",
"ding-dong": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" node ./src/ding-dong-bot.ts",
"ding-dong:js": "node ./src/ding-dong-bot.js",
"api": "cross-env NODE_OPTIONS=\"--no-warnings --loader=ts-node/esm\" node ./src/api-support-list.ts",
"build": "tsc",
"lint": "eslint --fix \"src/*.ts\""
},
"dependencies": {
"dotenv": "^16.0.0",
"qrcode-terminal": "^0.12.0",
"wechaty": "^1.20.2",
"wechaty-puppet-xp": "^1.13.12"
},
"devDependencies": {
"@chatie/eslint-config": "^1.0.4",
"@chatie/git-scripts": "^0.6.2",
"@chatie/tsconfig": "^4.6.3",
"@types/qrcode-terminal": "^0.12.0",
"check-node-version": "^4.2.1",
"is-pr": "^2.0.0",
"typescript": "^4.9.3",
"wechaty-puppet-mock": "^1.18.2"
}
}