functional/package.json

30 lines
663 B
JSON

{
"name": "tk-functional",
"version": "1.0.0",
"description": "Helpers for functional programming style",
"main": "dist/tk-functional.js",
"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.2"
},
"source": "src/index.ts",
"umd:main": "dist/tk-functional.js",
"types": "dist/src/index.d.ts",
"files": [
"/src",
"/dist"
],
"dependencies": {}
}