mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
feat: First commit.
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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": {
|
||||
"fast-check": "^3.9.0",
|
||||
"ramda": "^0.29.0",
|
||||
"vitest": "^0.31.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user