build: Prepared package for npm publishing.

This commit is contained in:
Spencer Brower
2023-05-25 15:53:05 -04:00
parent c19e7c3a17
commit c05e2adce5
6 changed files with 105 additions and 5 deletions

View File

@@ -2,11 +2,13 @@
"name": "@sbrow/strings",
"version": "0.1.0",
"description": "Library for string manipulation",
"main": "src/index.ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": "https://github.com/sbrow/strings",
"author": "Spencer Brower <brower.spencer@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "vitest --run"
},
"devDependencies": {