UNPKG

tc-strings

Version:
55 lines (54 loc) 1.41 kB
{ "name": "tc-strings", "version": "0.1.7", "description": "A library for handling strings", "main": "lib/index.js", "scripts": { "test": "eslint ./src ./index.js && jest", "fix": "eslint ./src ./index.js --fix", "compile": "rimraf lib && babel src/ -d lib/", "prepublish": "npm run compile" }, "jest": { "collectCoverageFrom": [ "src/**/*.{js,jsx}", "!**/node_modules/**", "!**/*.test.*" ], "coverageDirectory": "coverage" }, "repository": { "type": "git", "url": "git+https://github.com/translationCoreApps/string-utils.git" }, "keywords": [ "strings", "tc", "translationCore" ], "author": "@unfoldingword", "license": "BSD", "bugs": { "url": "https://github.com/translationCoreApps/string-utis/issues" }, "homepage": "https://github.com/translationCoreApps/string-utils#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.1", "babel-jest": "^21.2.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-es2015": "^6.24.1", "eslint": "^3.19.0", "eslint-config-google": "^0.6.0", "eslint-plugin-jest": "^21.2.0", "jest": "^21.2.1" }, "dependencies": { "babel-runtime": "^6.26.0", "lodash": "^4.17.5", "rimraf": "^2.6.2", "transform-runtime": "0.0.0" } }