-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 907 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "better-random.js",
"version": "2.0.4",
"description": "better-random.js is an improved random number generator library for JavaScript. The docs have not been updated for 2.0.0 and are out of date and inaccurate for the current version. The docs might be updated later.",
"main": "build/index.js",
"author": "Rick-vm",
"license": "ISC",
"type": "module",
"engines": {
"node": ">=17.3.0"
},
"devDependencies": {
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^7.32.0",
"typescript": "^4.5.4"
},
"scripts": {
"app": "tsc && node --experimental-specifier-resolution=node .",
"check": "tsc --noEmit && eslint . --cache --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rick-vm/better-random.js.git"
},
"homepage": "https://github.com/rick-vm/better-random.js#readme"
}