UNPKG

funcdor

Version:
59 lines (58 loc) 1.36 kB
{ "name": "funcdor", "version": "0.0.10", "description": "Functional do style library", "main": "dist/index.js", "scripts": { "test:watch": "jest --watchAll", "build": "rm -rf dist && jest && tsc && npm version patch && git add. && git commit -am 'publishing' && npm publish", "ci": "rm -rf dist && jest && tsc && git commit -am 'publishing' && npm version patch && npm publish", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/joaop-oliveira/dotfp.git" }, "keywords": [ "dot", "fp", "functional", "programming", "f", "p", "func", "function", "func", "pro", "develop", "web", "javascript", "typescript", "java", "js", "ts", "react", "nodejs", "rx", "reactive" ], "author": "Joao Paulo Oliveira", "license": "ISC", "bugs": { "url": "https://github.com/joaop-oliveira/dotfp/issues" }, "homepage": "https://github.com/joaop-oliveira/dotfp#readme", "devDependencies": { "@types/jest": "^24.0.23", "@types/lodash": "^4.14.149", "@types/node": "^12.12.20", "jest": "^24.9.0", "prettier": "^1.19.1", "ts-jest": "^24.2.0", "tslint": "^5.20.1", "typescript": "^3.7.3" }, "dependencies": { "lodash": "^4.17.15" } }