string-interpolation-ts
Version:
Dynamic string manipulation in typescript
58 lines • 1.72 kB
JSON
{
"name": "string-interpolation-ts",
"version": "2.0.2",
"description": "Dynamic string manipulation in typescript",
"main": "dist/index.js",
"dependencies": {
"lodash": "4.17.21"
},
"devDependencies": {
"@eslint/js": "9.23.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.2.0",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/lodash": "4.17.16",
"@types/node": "22.13.14",
"@types/rails__actioncable": "6.1.11",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "3.1.1",
"copyfiles": "2.4.1",
"eslint": "9.23.0",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-prettier": "5.2.5",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-security": "3.0.1",
"jsdom": "26.0.0",
"prettier": "3.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"rimraf": "6.0.1",
"typescript": "5.8.2",
"typescript-eslint": "8.29.0",
"vitest": "3.1.1"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf dist && rimraf coverage",
"publish-package": "npm run clean && npm ci && npm run build && npm publish",
"test": "npm run lint && vitest run --coverage",
"lint": "npm run clean && eslint ./index.ts --max-warnings 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seripap/string-interpolation.git"
},
"keywords": [
"dynamic",
"text",
"string",
"interpolation"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/frattaro/string-interpolation/issues"
},
"homepage": "https://github.com/frattaro/string-interpolation#readme"
}