functional/package.json

29 lines
728 B
JSON

{
"name": "tk-functional",
"version": "0.1.4",
"description": "Typescript/Javascript helpers for functional-style programming",
"source": "src/index.ts",
"main": "dist/tk-functional.umd.js",
"module": "dist/tk-functional.modern.js",
"types": "dist/index.d.ts",
"files": [
"/src",
"/dist"
],
"scripts": {
"test": "npx --no-install tk-base test",
"normalize": "npx --no-install tk-base normalize",
"build": "npx --no-install 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.2.0"
},
"dependencies": {}
}