UNPKG

quick-random

Version:
43 lines 986 B
{ "name": "quick-random", "version": "0.3.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 --coverage", "build": "rimraf ./lib && tsup", "lint": "tsc" }, "keywords": [ "quick-random", "random", "random-js" ], "files": [ "lib" ], "author": "boot_scrap_van", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.6", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", "eslint": "^8.52.0", "jest": "^29.7.0", "rimraf": "^5.0.5", "ts-jest": "^29.1.1", "tsup": "^7.2.0", "typescript": "^5.2.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }