@perion/crypto
Version:
Exports the cryptography functions needed for MapleStory
50 lines (49 loc) • 1.06 kB
JSON
{
"name": "@perion/crypto",
"version": "1.0.3",
"description": "Exports the cryptography functions needed for MapleStory",
"main": "index.js",
"scripts": {
"test": "nyc mocha test/*.js",
"lint": "eslint packages/**/*.js --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/jonnylin13/perion/tree/master/packages/crypto"
},
"keywords": [
"cryptography",
"aes",
"shanda",
"maplestory"
],
"author": "jonnylin13",
"license": "Apache-2.0",
"devDependencies": {
"docdash": "^1.2.0",
"eslint": "^7.22.0",
"eslint-config-google": "^0.14.0",
"jsdoc": "^3.6.6",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"util.promisify": "^1.1.1"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"google"
],
"rules": {},
"parserOptions": {
"sourceType": "module"
},
"env": {
"es2015": true,
"node": true
}
},
"bugs": {
"url": "https://github.com/jonnylin13/perion/issues",
"email": "jonnylin13@gmail.com"
}
}