-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 2.41 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "wapijs",
"version": "0.0.1",
"description": "wapi.js is a node SDK built for developing whatsapp cloud API based app in a user friendly way.",
"private": true,
"scripts": {
"watch": "turbo watch --concurrency=3",
"test": "turbo test --concurrency=3",
"clean": "turbo clean --concurrency=3",
"build": "turbo build --concurrency=3",
"build:esm": "turbo build:esm --concurrency=3",
"build:cjs": "turbo build:cjs --concurrency=3",
"lint": "turbo run lint --concurrency=3",
"prepare": "husky install",
"pretty": "turbo pretty --concurrency=3",
"clean-install": "turbo run clean-install",
"doc:gen": "turbo run doc:gen",
"semantic-release": "pnpm --filter \"create-wapi-app\" --filter \"wapi.js\" -r --workspace-concurrency=1 exec -- npx --no-install semantic-release -e semantic-release-monorepo"
},
"keywords": [
"whatsapp-cloud-api",
"whatsapp-chatbot",
"whatsapp-api",
"typescript",
"nodejs",
"@wapijs/wapi.js",
"wapi.js",
"wapi.js SDK",
"software-development-kit"
],
"authors": [
"sarthak@softlancer.co"
],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/sarthakjdev/wapi.js.git"
},
"bugs": {
"url": "https://github.com/wapijs/wapi.js/issues"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@microsoft/api-extractor": "^7.43.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.3",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@wapijs/eslint-config": "workspace:*",
"@wapijs/prettier-config": "workspace:*",
"@wapijs/typescript-config": "workspace:*",
"concurrently": "^8.2.1",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-nibble": "^8.1.0",
"eslint-plugin-import": "^2.28.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"semantic-release": "^22.0.12",
"semantic-release-monorepo": "^8.0.2",
"turbo": "^1.10.13",
"typescript": "5.4.5"
},
"packageManager": "pnpm@9.1.0",
"pnpm": {
"patchedDependencies": {
"@microsoft/tsdoc-config@0.16.2": "patches/@microsoft__tsdoc-config@0.16.2.patch"
}
}
}