arma3-life-db
Version:
Connects to your life server's database on arma 3 to pull or update information.
39 lines (38 loc) • 778 B
JSON
{
"name": "arma3-life-db",
"version": "1.0.8",
"description": "",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"build": "tsc src/index.ts",
"start:js": "nodemon examples/index.js",
"start:ts": "nodemon examples/index.ts"
},
"files": [
"src/*"
],
"repository": {
"type": "git",
"url": "https://github.com/plusflabby/arma3-life-db.git"
},
"keywords": [
"Arma3",
"Arma",
"AltisLife",
"MaldenLife",
"TanoaLife",
"Life"
],
"author": "+Flabby",
"license": "ISC",
"dependencies": {
"mysql2": "^2.3.0"
},
"devDependencies": {
"@types/node": "^16.7.1",
"nodemon": "^2.0.12",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
}
}