day-week
Version:
``` 功能 ```:某年某月天数
41 lines (40 loc) • 811 B
JSON
{
"name": "day-week",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1578536879/date.git"
},
"keywords": [
"separateDays", "Weeks"
],
"author": "pastry",
"license": "ISC",
"bugs": {
"url": "https://github.com/1578536879/date/issues"
},
"homepage": "https://github.com/1578536879/date#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"jest": "^26.4.2",
"regenerator-runtime": "^0.13.7"
},
"dependencies": {
"jest": "^26.4.2",
"jest-cli": "^26.4.2"
},
"jest": {
"bail": true,
"verbose": true,
"displayName": {
"name": "Day",
"color": "blue"
}
}
}