ok-tools
Version:
My personal JS tools and utilities
48 lines (47 loc) • 1.05 kB
JSON
{
"name": "ok-tools",
"version": "1.4.0",
"description": "My personal JS tools and utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build-watch": "tsc -w",
"test": "jest",
"lint": "node_modules/.bin/tslint -c tslint.json --project .",
"prepare": "npm run build",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/ondrakoupil/ok-tools"
},
"keywords": [
"Tools",
"JavaScript",
"Personal"
],
"author": "Ondřej Koupil <ondra@ondrakoupil.cz>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@sinonjs/fake-timers": "^9.1.1",
"@types/jest": "^27.4.1",
"@types/sinonjs__fake-timers": "^8.1.2",
"babel-jest": "^27.5.1",
"barrelsby": ">=0.0.5",
"browserify": "^14.4.0",
"fsevents": "^1.2.13",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"tslint": "^5.7.0",
"typescript": ">=3.7"
},
"files": [
"dist/**/*"
],
"dependencies": {
"array-shuffle": "^3.0.0"
}
}