properties-to-ftl/package.json

39 строки
944 B
JSON
Исходник Обычный вид История

2021-09-06 18:16:15 +03:00
{
"name": "properties-to-ftl",
"version": "0.0.1",
"description": "",
2021-09-06 19:21:27 +03:00
"author": "Eemeli Aro <eemeli@mozilla.com>",
"license": "MPL-2.0",
"bin": "cli.js",
"type": "module",
2021-09-06 18:16:15 +03:00
"repository": {
"type": "git",
"url": "git+https://github.com/eemeli/properties-to-ftl.git"
},
"bugs": {
"url": "https://github.com/eemeli/properties-to-ftl/issues"
},
2021-09-06 19:21:27 +03:00
"homepage": "https://github.com/eemeli/properties-to-ftl#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fluent/syntax": "^0.17.0",
"acorn": "^8.5.0",
2021-09-06 19:21:27 +03:00
"dot-properties": "^1.0.1",
"lodash.kebabcase": "^4.1.1",
2021-09-09 00:38:54 +03:00
"recast": "^0.20.5",
"resolve-chrome-uri": "github:eemeli/resolve-chrome-uri",
2021-09-09 00:38:54 +03:00
"safe-identifier": "^0.4.2",
2021-09-06 19:21:27 +03:00
"yargs": "^17.1.1"
},
"engines": {
"node": ">= 14"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}
2021-09-06 18:16:15 +03:00
}