29 lines
681 B
JSON
29 lines
681 B
JSON
{
|
|
"name": "tk-functional",
|
|
"version": "0.1.3",
|
|
"description": "Typescript/Javascript helpers for functional-style programming",
|
|
"source": "src/index.ts",
|
|
"main": "dist/tk-functional.js",
|
|
"umd:main": "dist/tk-functional.js",
|
|
"types": "dist/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.7"
|
|
},
|
|
"dependencies": {}
|
|
}
|