UNPKG

quick-random

Version:
44 lines 1.01 kB
{ "name": "quick-random", "version": "0.2.1", "description": "A random generator for JS and TS", "main": "lib/index.js", "module": "lib/index.mjs", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/TheDokT0r/random-js" }, "homepage": "https://github.com/TheDokT0r/random-js", "scripts": { "test": "jest", "build": "rimraf ./lib && tsup", "lint": "tsc" }, "keywords": [ "random", "randomizer", "random-js" ], "files": [ "lib" ], "author": "boot_scrap_van", "license": "MIT", "devDependencies": { "@changesets/cli": "^2.26.2", "@types/jest": "^29.5.4", "@typescript-eslint/eslint-plugin": "^6.6.0", "@typescript-eslint/parser": "^6.6.0", "eslint": "^8.49.0", "jest": "^29.6.4", "rimraf": "^5.0.1", "ts-jest": "^29.1.1", "tsup": "^7.2.0", "typescript": "^5.2.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }