rawtext2json
Version:
a CLI utility converts raw text files (text, html etc.) to valid JSON files for importing in React Native projects
34 lines (33 loc) • 649 B
JSON
{
"name": "rawtext2json",
"version": "1.0.9",
"description": "a CLI utility converts raw text files (text, html etc.) to valid JSON files for importing in React Native projects",
"scripts": {
"test": "mocha"
},
"repository": "t83714/rawText2JSON",
"bin": {
"rawtext2json": "./bin/rtj.js"
},
"keywords": [
"React-Native",
"JSON",
"Raw",
"Text",
"HTML",
"CLI"
],
"author": "Jacky Jiang",
"license": "MIT",
"engines": {
"node": ">=6.11.2"
},
"dependencies": {
"chalk": "^2.1.0",
"meow": "^3.7.0"
},
"devDependencies": {
"mocha": "^3.5.0",
"node-cmd": "^3.0.0"
}
}