forked from rogueg/zen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.96 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
{
"name": "@superhuman/zen",
"version": "0.3.32",
"description": "Karma replacement that runs your tests in seconds",
"main": "lib/cli.js",
"scripts": {
"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": "ts-node ./tools/upload_lambda.ts"
},
"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": "2.1691.0",
"btoa": "^1.2.1",
"connect": "^3.6.1",
"fuzzysort": "^1.1.4",
"klaw": "^2.1.1",
"mime-types": "^2.1.17",
"node-fetch": "^2.3.0",
"puppeteer": "^16.0.0",
"puppeteer-core": "^15.5.0",
"serve-static": "1.16.2",
"sugar": "^2.0.4",
"svelte": "2.16.1",
"uuid": "^3.3.2",
"yargs": "^17.1.1"
},
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@types/aws-sdk": "^2.7.0",
"@types/node": "^16.11.1",
"@types/webpack": "^4.41.31",
"@types/webpack-dev-server": "^3",
"@types/webpack-env": "^1.16.3",
"@types/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"adm-zip": "^0.5.9",
"chai": "^3.5.0",
"chrome-aws-lambda": "2.1.1",
"esbuild": "^0.12.28",
"esbuild-node-externals": "^1.3.0",
"eslint": "^7.32.0",
"prettier": "^2.4.1",
"ts-node": "^10.4.0",
"typescript": "^4.4.3",
"webpack": "4.47.0",
"webpack-dev-server": "^3.4"
}
}