UNPKG

sms-code

Version:

A package to generate random code and verify code.

36 lines (35 loc) 881 B
{ "name": "sms-code", "version": "0.1.2", "description": "A package to generate random code and verify code.", "main": "dist/index.js", "scripts": { "build": "cross-env NODE_ENV=production rollup -c", "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/liyipeng123/sms-code.git" }, "keywords": [ "sms", "random", "verify", "code" ], "author": "李奕鹏", "license": "MIT", "bugs": { "url": "https://github.com/liyipeng123/sms-code/issues" }, "homepage": "https://github.com/liyipeng123/sms-code#readme", "devDependencies": { "@babel/core": "^7.10.0", "chai": "^4.2.0", "cross-env": "^7.0.2", "mocha": "^8.2.0", "rollup": "^2.33.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^7.0.2" } }