Files
strings/package.json
Spencer Brower 0f0f9b6d5a feat: Added docs.
2023-05-25 15:40:04 -04:00

22 lines
538 B
JSON

{
"name": "@sbrow/strings",
"version": "0.1.0",
"description": "Library for string manipulation",
"main": "src/index.ts",
"repository": "https://github.com/sbrow/strings",
"author": "Spencer Brower <brower.spencer@gmail.com>",
"license": "MIT",
"scripts": {
"test": "vitest --run"
},
"devDependencies": {
"@types/ramda": "^0.29.1",
"fast-check": "^3.9.0",
"ramda": "^0.29.0",
"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
}
}