-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "count-time-down",
"version": "1.0.5",
"description": "A helpful countdown class, 一个实用的的倒计时类",
"main": "index.js",
"scripts": {
"build": "rollup -c rollup.config.js && node scripts/postbuild.js",
"test:js": "node test/test.js",
"test:ts": "esno test/test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CN-Tower/count-time-down.git"
},
"keywords": [
"cd",
"time-cd",
"count-time-down",
"time-countdown",
"countdown-time",
"countdown",
"countdownjs",
"countdown-js",
"js-countdown",
"CountDown",
"count-down"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CN-Tower/count-time-down/issues"
},
"homepage": "https://github.com/CN-Tower/count-time-down#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"esno": "^0.12.1",
"funclib": "^6.0.6",
"rollup": "^2.60.2",
"rollup-plugin-formatter": "^1.0.3",
"rollup-plugin-terser": "^7.0.2"
}
}