zem
Version:
Create, test and publish Zeplin extensions with no build configuration
69 lines (68 loc) • 1.6 kB
JSON
{
"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"
}
}