@kr-yeon/kisa-seed
Version:
Typescript implementation of the KISA SEED encryption and decryption
45 lines (44 loc) • 978 B
JSON
{
"name": "@kr-yeon/kisa-seed",
"version": "1.0.5",
"description": "Typescript implementation of the KISA SEED encryption and decryption",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "ts-node src/index.ts",
"test": "jest",
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kr-yeon/kisa-seed.git"
},
"keywords": [
"KISA",
"SEED",
"Encryption",
"Decryption",
"Typescript"
],
"author": "kr-yeon",
"license": "MIT",
"bugs": {
"url": "https://github.com/kr-yeon/kisa-seed/issues"
},
"homepage": "https://github.com/kr-yeon/kisa-seed#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@types/node": "^22.9.0"
}
}