UNPKG

@drptbl/mailsac

Version:
55 lines (54 loc) 1.56 kB
{ "name": "@drptbl/mailsac", "version": "0.0.14", "description": "Mailsac API Library", "main": "dist/mailsac.min.js", "types": "dist/src/index.d.ts", "unpkg": "dist/mailsac.min.js", "scripts": { "test": "mocha --reporter spec --require ts-node/register 'tests/**/*.test.ts'", "lint": "tslint -p . -t stylish", "lint:fix": "tslint -p . -t stylish --fix", "prod": "webpack --define process.env.NODE_ENV=production", "dev": "webpack --define process.env.NODE_ENV=development", "buildTmp": "webpack --debug; webpack -p", "build": "yarn run dev && yarn run prod", "prepublishOnly": "yarn lint:fix && yarn build && cp -r src dist" }, "repository": { "type": "git", "url": "git+https://github.com/drptbl/mailsac.git" }, "keywords": [ "mailsac", "typescript", "library" ], "author": "Christopher Yovanovitch <yovano_c@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/drptbl/mailsac/issues" }, "homepage": "https://github.com/drptbl/mailsac#readme", "devDependencies": { "@types/chai": "4.2.11", "@types/mocha": "7.0.2", "@types/node": "14.0.13", "chai": "4.2.0", "chai-as-promised": "7.1.1", "config": "3.3.1", "mocha": "8.0.1", "ts-loader": "7.0.5", "ts-node": "8.10.2", "tslint": "6.1.2", "tslint-loader": "3.5.4", "typescript": "3.9.5", "uglifyjs-webpack-plugin": "2.2.0", "webpack": "4.43.0", "webpack-cli": "3.3.12", "yargs": "15.3.1" }, "dependencies": { "axios": "0.19.2" } }