UNPKG

strings-interpolation

Version:
39 lines (38 loc) 922 B
{ "name": "strings-interpolation", "version": "1.3.0", "description": "String interpolation functions", "author": "junyeong CHOI <98.junyeong@gmail.com>", "repository": "https://github.com/junyeongCHOI/strings-interpolation", "license": "MIT", "module": "index.js", "main": "index.js", "files": [ "index.js", "index.d.ts" ], "scripts": { "minify": "terser ./index.js -o ./index.js -m -c --comments all", "build": "tsc && npm run minify", "test": "jest", "test:cov": "jest --coverage --runInBand --silent", "prepare": "npm run build" }, "keywords": [ "string interpolation", "string template", "string", "template" ], "devDependencies": { "@types/jest": "^29.5.11", "jest": "^29.7.0", "terser": "^5.26.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" }, "jest": { "preset": "ts-jest", "testEnvironment": "node" } }