functional/package.json
2019-09-22 23:25:24 +02:00

29 lines
680 B
JSON

{
"name": "tk-functional",
"version": "0.1.2",
"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": {}
}