forked from rogueg/zen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.26 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.26 KB
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
76
77
78
{
"name": "@superhuman/zen",
"version": "0.5.6",
"description": "Karma replacement that runs your tests in seconds",
"main": "lib/cli.js",
"scripts": {
"typecheck": "tsc --noEmit --skipLibCheck",
"release-new-version": "yarn build && npm publish",
"example": "(cd example && node --inspect ../lib/index.js zen.js)",
"test": "echo \"Ironic: no test specified\" && exit 1",
"format": "prettier --write --ignore-unknown .",
"build": "node ./build.js",
"start": "node ./build.js -w",
"prepare": "npm run build",
"tools:upload-lambda": "node ./tools/upload_lamda_function_code.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superhuman/zen.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/superhuman/zen/issues"
},
"bin": {
"zen": "./build/cli.js"
},
"files": [
"lib/",
"build/",
"LICENSE",
"assets/"
],
"homepage": "https://github.com/superhuman/zen#readme",
"dependencies": {
"@aws-sdk/client-lambda": "3.840.0",
"@aws-sdk/client-s3": "3.842.0",
"@aws-sdk/lib-storage": "3.840.0",
"@aws-sdk/node-http-handler": "^3.374.0",
"@sparticuz/chromium": "137.0.1",
"btoa": "^1.2.1",
"connect": "^3.6.1",
"fuzzysort": "^1.1.4",
"klaw": "^2.1.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.17",
"node-fetch": "^2.3.0",
"p-queue": "^8.1.0",
"puppeteer": "24.10.2",
"puppeteer-core": "^24.12.0",
"sugar": "^2.0.4",
"svelte": "2.16.1",
"uuid": "^3.3.2",
"webpack-dev-middleware": "^7",
"ws": "^8.18.3",
"yargs": "^17.1.1"
},
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@types/lodash": "^4.17.20",
"@types/node": "^16.11.1",
"@types/webpack": "^5",
"@types/webpack-env": "^1.16.3",
"@types/yargs": "^17.0.2",
"adm-zip": "^0.5.9",
"chai": "^3.5.0",
"commander": "^14.0.0",
"esbuild": "0.25.6",
"esbuild-node-externals": "^1.3.0",
"prettier": "^2.4.1",
"serve-static": "1.16.2",
"ts-node": "^10.4.0",
"typescript": "^5.8.3",
"webpack": "^5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}