Comparing version 1.6.0 to 1.6.2
{ | ||
"name": "pure-rand", | ||
"version": "1.6.0", | ||
"version": "1.6.2", | ||
"description": " Pure random number generator written in TypeScript", | ||
"main": "lib/pure-rand.js", | ||
"module": "lib/esm/pure-rand.js", | ||
"types": "lib/pure-rand.d.ts", | ||
"types": "lib/types/pure-rand.d.ts", | ||
"typesVersions": { | ||
">=3.2": { | ||
"*": [ | ||
"lib/ts3.2/pure-rand.d.ts" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
"format:check": "prettier --list-different \"**/*.{js,ts}\"", | ||
"format:fix": "prettier --write \"**/*.{js,ts}\"", | ||
"build": "tsc", | ||
"build": "tsc && tsc -p ./tsconfig.declaration.json && node ./buildTypes.js", | ||
"build:esm": "tsc --module es2015 --outDir lib/esm --moduleResolution node", | ||
@@ -33,2 +40,3 @@ "test": "nyc mocha \"test/**/*.spec.ts\"", | ||
"fast-check": "^1.8.2", | ||
"glob": "^7.1.3", | ||
"mocha": "^5.2.0", | ||
@@ -35,0 +43,0 @@ "nyc": "^13.0.1", |
{ | ||
"compilerOptions": { | ||
"declaration": true, | ||
"declaration": false, | ||
"sourceMap": false, | ||
@@ -12,2 +12,3 @@ "alwaysStrict": true, | ||
"downlevelIteration": true, | ||
"moduleResolution": "node", | ||
"module": "commonjs", | ||
@@ -14,0 +15,0 @@ "target": "es3", |
38714
49
788
12