mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 15:17:38 -05:00
build: Prepared package for npm publishing.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user