tsinsim
Version:
An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.
68 lines (67 loc) • 1.45 kB
JSON
{
"type": "module",
"name": "tsinsim",
"version": "1.2.7",
"description": "An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.",
"main": "./dist/index.js",
"types": "./dist/types/src/index.d.ts",
"exports": {
".": {
"types": "./dist/types/src/index.d.ts",
"default": "./dist/src/index.js"
},
"./packets": {
"types": "./dist/types/src/packets/structs/index.d.ts",
"default": "./dist/src/packets/structs/index.js"
},
"./enums": {
"types": "./dist/types/src/enums/index.d.ts",
"default": "./dist/src/packets/enums/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsx watch ./src/index.ts",
"test": "tsx watch ./test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Iamproplayer7/tsinsim.git"
},
"keywords": [
"lfs",
"live for speed",
"live",
"for",
"speed",
"insim",
"node",
"nodejs",
"node.js",
"node-js",
"typescript",
"tcp",
"library",
"simulator"
],
"author": "Vidmantas",
"license": "ISC",
"bugs": {
"url": "https://github.com/Iamproplayer7/tsinsim/issues"
},
"homepage": "https://github.com/Iamproplayer7/tsinsim#readme",
"devDependencies": {
"@types/node": "^20.14.0",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
},
"dependencies": {
"parse-lfs-message": "^1.2.4",
"reflect-metadata": "^0.2.2",
"unicode-to-lfs": "^2.0.0"
}
}