mailymaily/package.json

65 lines
1.5 KiB
JSON

{
"name": "mailgo",
"version": "0.9.10",
"description": "a new concept of mailto and tel links",
"scripts": {
"build": "webpack",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manzinello/mailgo.git"
},
"main": "./lib/mailgo.js",
"module": "./lib/mailgo.js",
"types": "./mailgo.d.ts",
"keywords": [
"mailto",
"mail",
"tel",
"callto",
"gmail",
"outlook",
"telegram",
"whatsapp",
"skype"
],
"author": {
"name": "Matteo Manzinello",
"email": "matteo@manzinello.dev",
"url": "https://matteomanzinello.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/manzinello/mailgo/issues"
},
"homepage": "https://mailgo.dev",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/parser": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/types": "^7.10.5",
"babel-loader": "^8.1.0",
"css-loader": "3.6.0",
"jest": "^26.1.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.2",
"terser-webpack-plugin": "^3.0.7",
"to-string-loader": "^1.1.6",
"ts-loader": "^8.0.1",
"typescript": "^3.9.7",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mailgo"
},
"sideEffects": false
}