simple-text-parser
Version:
A dead simple, customizable plain text parser.
57 lines • 1.49 kB
JSON
{
"name": "simple-text-parser",
"version": "2.1.1",
"description": "A dead simple, customizable plain text parser.",
"author": "Tyler Johnson <tyler@tylerjohnson.me>",
"repository": {
"type": "git",
"url": "https://github.com/tyler-johnson/simple-text-parser.git",
"directory": ""
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"lint": "eslint ./ --ext .js,.jsx,.ts,.tsx",
"clean": "tsc -b --clean tsconfig.build.json && shx rm -rf lib",
"build:full": "npm-run-all clean build",
"build": "tsc -p tsconfig.build.json",
"test": "jest",
"prepare": "npm-run-all build",
"autorelease": "pagedip-autorelease"
},
"dependencies": {},
"devDependencies": {
"@pagedip/tool-autorelease": "^3.9.2",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.10",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.6.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"shx": "^0.3.2",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},
"license": "MIT",
"keywords": [
"parse",
"text",
"plain",
"regex",
"regexp",
"parser",
"string",
"simple",
"render",
"hashtag"
],
"files": [
"lib"
],
"gitHead": "a638de9ea6e85f86d07f57938cf059347235c649"
}