added unique constraint assertion tools
This commit is contained in:
11
package.json
11
package.json
@@ -1,13 +1,18 @@
|
||||
{
|
||||
"name": "utility-closet",
|
||||
"version": "0.0.1",
|
||||
"main": "index.js",
|
||||
"version": "0.0.2",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/innocuous-symmetry/utility-closet.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "vitest"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"author": "Mikayla Dobson",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"csv-parse": "^5.5.5",
|
||||
|
||||
Reference in New Issue
Block a user