zqs-plugin-alicloud-sms
Version:
zqs-plugin-alicloud-sms
67 lines (66 loc) • 1.74 kB
JSON
{
"name": "zqs-plugin-alicloud-sms",
"version": "1.0.6",
"description": "zqs-plugin-alicloud-sms",
"license": "MIT",
"repository": "git+https://github.com/ToolsZhang/zqs-plugin-alicloud-sms.git",
"author": {
"name": "Zq"
},
"keywords": [
"zqs"
],
"files": [
"lib",
"default_config"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"clean": "rimraf lib && rimraf coverage",
"format": "prettier --write \"{src,__tests__}/**/*.ts\" --single-quote --trailing-comma es5",
"lint": "tslint --force --format verbose \"src/**/*.ts\"",
"prepare": "npm run build",
"prebuild": "npm run clean && npm run format && npm run lint && echo Using TypeScript && tsc --version",
"build": "tsc --pretty",
"test": "jest",
"coverage": "jest --coverage",
"watch": "npm run build -- --watch",
"watch:test": "jest --watch"
},
"dependencies": {
"ali-sms": "1.0.3",
"zqs-core": "^0.0.15",
"moment": "^2.18.1",
"colors": "^1.1.2"
},
"devDependencies": {
"@types/jest": "^20.0.5",
"@types/node": "^8.0.0",
"coveralls": "^3.1.0",
"jest": "^20.0.4",
"jest-environment-node-debug": "^2.0.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"ts-jest": "^25.1.0",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.5"
},
"engines": {
"node": ">=8.0.0"
},
"jest": {
"transform": {
".(ts)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
"moduleFileExtensions": [
"ts",
"js"
],
"testEnvironment": "node",
"collectCoverage": true
}
}