{ "name": "tk-functional", "version": "0.1.0", "description": "Helpers for functional programming style", "source": "src/index.ts", "main": "dist/tk-functional.js", "umd:main": "dist/tk-functional.js", "types": "dist/src/index.d.ts", "files": [ "/src", "/dist" ], "scripts": { "test": "npx tk-base test", "normalize": "npx tk-base normalize", "build": "npx tk-base build", "prepare": "npm run build", "prepublishOnly": "npm test" }, "author": { "name": "Michaƫl Lemaire", "url": "https://thunderk.net" }, "license": "ISC", "devDependencies": { "tk-base": "^0.1.5" }, "dependencies": {} }