UNPKG

string-interpolation

Version:
35 lines (34 loc) 864 B
{ "name": "string-interpolation", "version": "1.2.5", "description": "Dynamic string manipulation", "main": "dist/index.js", "dependencies": {}, "devDependencies": { "@babel/cli": "^7.1.5", "@babel/core": "^7.1.6", "@babel/preset-env": "^7.1.6", "jest": "^22.4.3" }, "scripts": { "test": "jest --coverage", "test:dev": "jest --watch", "prepare": "rm -rf build && babel ./src --out-dir ./dist" }, "repository": { "type": "git", "url": "git+https://github.com/seripap/string-interpolation.git" }, "keywords": [ "dynamic", "text", "string", "interpolation" ], "author": "Daniel Seripap <daniel@seripap.com>", "license": "MIT", "bugs": { "url": "https://github.com/seripap/string-interpolation/issues" }, "homepage": "https://github.com/seripap/string-interpolation#readme" }