text-manipulation
Version:
A NPM library that assists in text range manipulation
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "text-manipulation",
"version": "1.0.13",
"description": "A NPM library that assists in text range manipulation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --sourceMap false",
"build-docs": "typedoc --theme markdown --mdHideSources --out docs --includes ./src",
"clean": "rm -rf dist",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'",
"test": "mocha"
},
"files": [
"dist",
"LICENSE",
"docs"
],
"keywords": [
"text",
"buffer",
"text-buffer",
"text-manipulation",
"string-manipulation",
"editor",
"text-ranges",
"string",
"typescript",
"es6"
],
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/node": "^10.5.4",
"chai": "^4.1.2",
"mocha": "^8.2.0",
"tslint": "^5.10.0",
"typedoc": "^0.19.2",
"typedoc-plugin-markdown": "^1.1.13",
"typescript": "^2.9.2"
},
"repository": {
"type": "git",
"url": "https://github.com/mcchatman8009/text-manipulation"
},
"author": {
"name": "Marlon Chatman",
"email": "mcchatman8009@gmail.com"
}
}