mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
28 lines
757 B
JSON
28 lines
757 B
JSON
{
|
|
"name": "@sbrow/strings",
|
|
"version": "0.1.4",
|
|
"description": "Library for string manipulation",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"repository": "https://github.com/sbrow/strings",
|
|
"author": "Spencer Brower <brower.spencer@gmail.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build:docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",
|
|
"test": "vitest --run"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ramda": "^0.29.1",
|
|
"fast-check": "^3.9.0",
|
|
"prettier": "^2.8.8",
|
|
"ramda": "^0.29.0",
|
|
"standard-version": "^9.5.0",
|
|
"typedoc": "^0.24.7",
|
|
"typedoc-plugin-markdown": "^3.15.3",
|
|
"typescript": "^5.0.4",
|
|
"vitest": "^0.31.1"
|
|
}
|
|
}
|