@perion/wz
Version:
A library for reading/writing the WZ file format
38 lines • 724 B
JSON
{
"name": "@perion/wz",
"version": "0.0.1",
"description": "A library for reading/writing the WZ file format",
"main": "index.js",
"scripts": {
"test": "mocha '**/*.test.js'",
"lint": "eslint packages/**/*.js --fix"
},
"keywords": [
"wz",
"file",
"wzfile",
"maplestory"
],
"author": "jonnylin13",
"license": "ISC",
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-google": "^0.14.0",
"jsdoc": "^3.6.6",
"mocha": "^8.3.2"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"google"
],
"rules": {},
"parserOptions": {
"sourceType": "module"
},
"env": {
"es2015": true,
"node": true
}
}
}