-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
{
"name": "@collabland/example-dev-action",
"version": "0.0.1",
"description": "CollabLand Dev action",
"keywords": [
"CollabLand",
"Collab.Land",
"action",
"Discord",
"loopback"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "lb-tsc -b",
"build:watch": "lb-tsc -b --watch",
"build:full": "npm ci && npm run rebuild && npm run test:dev",
"prettier:cli": "lb-prettier \"**/*.ts\" \"**/*.md\"",
"prettier:check": "npm run prettier:cli -- -l",
"prettier:fix": "npm run prettier:cli -- --write",
"rebuild": "npm run clean && npm run build",
"clean": "lb-clean dist *.tsbuildinfo .eslintcache",
"start": "npm run rebuild && node dist/server",
"server": "node dist/server bc9b6e5b99a10481e47aad74dbfdadb125e3c50a642ed2546b3602e43373c93a"
},
"repository": {
"type": "git",
"url": "[email protected]:abridged/collabland-dev-action.git"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"files": [
"README.md",
"dist",
"src",
"!*/__tests__"
],
"dependencies": {
"@collabland/action": "^0.6.0",
"@collabland/common": "^0.44.0",
"@collabland/discord": "^0.23.0",
"@collabland/models": "^0.24.0",
"@loopback/core": "^4.0.8",
"@loopback/rest": "^12.0.8",
"discord-api-types": "^0.37.32",
"discord.js": "^14.7.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@loopback/build": "^9.0.8",
"@loopback/eslint-config": "^13.0.8",
"@loopback/testlab": "^5.0.8",
"@types/node": "^18.11.15",
"typescript": "~4.9.5"
},
"copyright.owner": "Abridged, Inc.",
"author": "Abridged, Inc."
}