UNPKG

@dank-inc/lewps

Version:
37 lines (36 loc) 739 B
{ "name": "@dank-inc/lewps", "version": "1.0.0", "author": "Elijah Lucian", "description": "Some dank loop functions!", "repository": { "type": "git", "url": "https://github.com/dank-inc/lewps" }, "files": [ "lib" ], "main": "lib/index.js", "license": "MIT", "keywords": [ "loop", "convenience", "easy", "quick", "typescript" ], "scripts": { "play": "ts-node src/playground.ts", "lint": "tsc --noEmit", "compile": "rm -rf lib && tsc", "deploy": "npm run compile && npm publish", "test": "jest" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.2" } }