-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.84 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
{
"name": "@skeet-framework/cloud-task",
"version": "0.2.0",
"description": "Skeet Framework Plugin - Cloud Task",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/elsoul/skeet-cloud-task.git"
},
"keywords": [
"TypeScript",
"Serverless",
"CloudTask",
"Skeet Plugin",
"framework",
"GCP"
],
"author": "ELSOUL LABO B.V.",
"license": "Apache-2.0",
"private": false,
"bugs": {
"url": "https://github.com/elsoul/skeet-cloud-task/issues"
},
"homepage": "https://elsoul.github.io/skeet-cloud-task",
"scripts": {
"test": "jest --coverage=false --detectOpenHandles --maxWorkers=1",
"build": "yarn build-doc && npx ts-node build.ts && npx ts-node add-line.ts && tsc --emitDeclarationOnly",
"update:packages": "ncu -u --reject node-fetch && yarn",
"version:update": "ts-node -r tsconfig-paths/register --transpile-only release.ts",
"build-doc": "typedoc src/index.ts --out docs",
"publish": "npm publish",
"dev": "npx ts-node -r tsconfig-paths/register --transpile-only src/index.ts",
"discord": "npx ts-node -r tsconfig-paths/register --transpile-only ./.github/workflows/runDiscordChangeLog.ts"
},
"dependencies": {
"@google-cloud/tasks": "3.2.0"
},
"devDependencies": {
"@skeet-framework/discord-utils": "0.2.13",
"@skeet-framework/utils": "1.2.3",
"@types/jest": "29.5.10",
"@types/node": "20.9.4",
"@types/node-fetch": "2.6.9",
"babel-loader": "9.1.3",
"esbuild": "0.19.7",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"jest": "29.7.0",
"npm-check-updates": "16.14.11",
"prettier": "3.1.0",
"ts-jest": "29.1.1",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typedoc": "0.25.3",
"typescript": "5.3.2"
}
}