UNPKG

@open.mp/node

Version:

open.mp nodejs package. contains constants, type definitions, and initializers

52 lines (51 loc) 1.25 kB
{ "name": "@open.mp/node", "version": "0.2.8", "description": "open.mp nodejs package. contains constants, type definitions, and initializers", "scripts": { "build": "rollup -c rollup.config.mjs --environment TARGET:@open.mp/node" }, "keywords": [ "omp", "open.mp", "samp", "sa:mp", "sa-mp", "node", "nodejs", "javascript", "typescript" ], "exports": { ".": { "require": "./dist/bundle.js", "import": "./dist/bundle.mjs" } }, "main": "dist/bundle.js", "module": "dist/bundle.mjs", "types": "dist/bundle.d.ts", "files": [ "dist", "README.md" ], "type": "commonjs", "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@types/node": "^18.19.39", "rollup": "^4.17.2", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-node-externals": "^7.1.2", "rollup-plugin-typescript-paths": "^1.5.0", "typescript": "^5.4.5" }, "repository": "https://github.com/omp-node/node", "homepage": "https://github.com/omp-node/node", "author": "Amyr (iAmir) Ahmady", "license": "MIT", "bugs": { "url": "https://github.com/omp-node/node/issues" } }