-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.57 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.57 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
{
"name": "zem",
"version": "2.0.7",
"description": "Create, test and publish Zeplin extensions with no build configuration",
"homepage": "https://zeplin.io",
"type": "module",
"keywords": [
"zeplin",
"zeplin-extension",
"extension"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zeplin/zem.git"
},
"engines": {
"node": ">=20"
},
"bin": {
"zem": "./src/index.js"
},
"files": [
"src"
],
"scripts": {
"lint": "eslint ./src"
},
"dependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@zeplin/extension-model": "^3.0.2",
"adm-zip": "^0.5.16",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"babel-jest": "^29.7.0",
"babel-loader": "^10.0.0",
"case": "^1.6.3",
"chalk": "^5.4.1",
"ci-info": "^4.2.0",
"commander": "^14.0.0",
"copy-webpack-plugin": "^13.0.0",
"core-js": "^3.41.0",
"eslint-webpack-plugin": "^5.0.1",
"fs-extra": "^11.3.0",
"http-status-codes": "^2.3.0",
"jest": "^29.7.0",
"jest-config": "^30.0.0",
"jsonwebtoken": "^9.0.2",
"prismjs": "^1.30.0",
"prompts": "^2.4.2",
"qs": "^6.14.0",
"resolve": "^1.22.10",
"undici": "^7.8.0",
"update-notifier": "^7.3.1",
"webpack": "^5.99.7",
"webpack-dev-server": "^5.2.1",
"webpack-merge": "^6.0.1"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@zeplin/eslint-config": "^2.3.2",
"eslint": "^9.26.0",
"globals": "^16.1.0"
}
}