UNPKG

@omp-node/core

Version:

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

52 lines (51 loc) 1.3 kB
{ "name": "@omp-node/core", "version": "0.3.5", "description": "open.mp core nodejs package. contains constants, type definitions, and initializers", "scripts": { "build": "rollup -c rollup.config.mjs --environment TARGET:@omp-node/core" }, "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/core", "homepage": "https://github.com/omp-node/core", "author": "Amyr (iAmir) Ahmady", "license": "MIT", "bugs": { "url": "https://github.com/omp-node/core/issues" } }