wyhash
Version:
wyhash JavaScript Port (https://github.com/wangyi-fudan/wyhash)
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "wyhash",
"version": "1.0.0",
"description": "wyhash JavaScript Port (https://github.com/wangyi-fudan/wyhash)",
"module": "./dist/wyhash.js",
"main": "./dist/wyhash.cjs",
"types": "./dist/wyhash.d.ts",
"exports": {
".": {
"import": "./dist/wyhash.js",
"require": "./dist/wyhash.cjs",
"types": "./dist/wyhash.d.ts"
}
},
"type": "module",
"scripts": {
"build": "tsup wyhash.ts --format esm,cjs --sourcemap --dts --clean",
"test": "ts-node --esm --project ./tsconfig.json ./test/wyhash.test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lemon-mint/wyhash-js.git"
},
"keywords": [
"wyhash"
],
"author": "lemon-mint",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/lemon-mint/wyhash-js/issues"
},
"homepage": "https://github.com/lemon-mint/wyhash-js#readme",
"devDependencies": {
"@swc/core": "^1.3.21",
"ts-node": "^10.9.1",
"tsup": "^6.5.0",
"typescript": "^4.9.3"
}
}