UNPKG

@ardatan/string-interpolation

Version:
42 lines (41 loc) 989 B
{ "name": "@ardatan/string-interpolation", "version": "1.2.12", "description": "Dynamic string manipulation", "main": "dist/index.js", "module": "src/index.js", "dependencies": { "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.0", "babel-jest": "^25.2.6", "jest": "25.2.6" }, "scripts": { "test": "jest --coverage", "test:dev": "jest --watch", "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", "publishConfig": { "access": "public" } }