table-identity
Version:
table-identity
34 lines • 654 B
JSON
{
"name": "table-identity",
"type": "module",
"version": "1.0.10",
"description": "table-identity",
"publishConfig": {
"access": "public"
},
"author": "zhennann",
"keywords": [
"password",
"hash",
"salt"
],
"exports": {
".": {
"types": [
"./src/index.ts",
"./dist/index.d.ts"
],
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"gitHead": "0eab9dc4a5622caffe89e7b1b3f02c08ccbc4c4b",
"scripts": {
"lint": "eslint .",
"clean": "rimraf dist tsconfig.tsbuildinfo",
"tsc:publish": "npm run clean && tsc"
}
}