UNPKG

meows

Version:
58 lines (57 loc) 1.3 kB
{ "name": "meows", "version": "1.91.00", "description": "A kittybin of tools.", "main": "./build/index.js", "types": "./build/types/index.d.ts", "files": [ "/build" ], "scripts": { "test": "jest", "try": "node ./build/index.js" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "author": "Sir Meow Meow", "license": "GPL-3.0", "keywords": [ "shiba", "exciting", "utilities", "misc", "types", "assertion", "math", "utils", "arrays" ], "homepage": "https://shiba-sama.github.io/utilities/", "bugs": "https://github.com/shiba-sama/utilities/issues", "repository": { "type": "git", "url": "https://github.com/shiba-sama/utilities.git" }, "devDependencies": { "@types/jest": "^22.2.2", "babel-core": "^6.26.0", "babel-jest": "^22.4.3", "babel-preset-env": "^1.6.1", "babel-preset-stage-2": "^6.24.1", "jest": "^22.4.3", "ts-jest": "^22.4.2", "typescript": "^2.8.1" } }