UNPKG

@ykcl/countdown

Version:

倒计时

37 lines (36 loc) 732 B
{ "name": "@ykcl/countdown", "version": "1.0.0", "description": "倒计时", "keywords": [ "ts", "rollup", "lerna", "countDown" ], "author": "fangtao-plus", "license": "ISC", "main": "dist/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "repository": { "type": "git", "url": "http://fangtao@192.168.28.114:8080/a/yk_njfe/team-lib" }, "scripts": { "build": "cross-env NODE_ENV=prod rollup --config rollup.config.js", "dev": "cross-env NODE_ENV=dev rollup --config rollup.config.js -w" }, "devDependencies ": { "cross-env": "^7.0.3", "lodash": "^4.17.21" } }