-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 KB
/
package.json
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
{
"name": "count-days",
"version": "0.2.7",
"main": "lib/bundle.cjs.js",
"module": "lib/bundle.esm.js",
"types": "lib/index.d.ts",
"description": "js count days",
"scripts": {
"clean": "rm -rf lib/*",
"build": "npx rollup -c && npm run build:types",
"build:types": "npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chloeeee72/count-days.git"
},
"keywords": [
"dayjs",
"js",
"count-days",
"react",
"vue"
],
"author": "chloe",
"license": "MIT",
"bugs": {
"url": "https://github.com/chloeeee72/count-days"
},
"homepage": "https://github.com/chloeeee72/count-days",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.1",
"dayjs": "^1.11.2",
"rollup": "^2.68.6",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^4.5.5"
},
"dependencies": {
"dayjs": "^1.11.2"
}
}