mirror of
https://github.com/elyby/emails-renderer.git
synced 2024-11-30 02:33:08 +05:30
cb84df8f96
Remove unused dependencies. Rename all .jsx files into .js.
19 lines
343 B
JSON
19 lines
343 B
JSON
{
|
|
"name": "scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "i18n-build.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"glob": "^7.1.3",
|
|
"mkdirp": "^0.5.1",
|
|
"prompt": "^1.0.0"
|
|
}
|
|
}
|