88 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			88 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "date-chinese",
 | 
						|
  "version": "2.1.4",
 | 
						|
  "description": "Chinese Calendar",
 | 
						|
  "keywords": [
 | 
						|
    "calendar",
 | 
						|
    "chinese",
 | 
						|
    "chinese new year",
 | 
						|
    "conversion",
 | 
						|
    "gregorian",
 | 
						|
    "japanese",
 | 
						|
    "jieqi",
 | 
						|
    "korean",
 | 
						|
    "qingming",
 | 
						|
    "sekki",
 | 
						|
    "vietnamese",
 | 
						|
    "zhongqi"
 | 
						|
  ],
 | 
						|
  "homepage": "https://github.com/commenthol/date-chinese",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/commenthol/date-chinese/issues"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/commenthol/date-chinese.git"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "author": "commenthol <commenthol@gmail.com>",
 | 
						|
  "maintainers": [
 | 
						|
    "commenthol <commenthol@gmail.com>"
 | 
						|
  ],
 | 
						|
  "type": "module",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "import": "./src/index.js",
 | 
						|
      "require": "./lib/index.cjs"
 | 
						|
    },
 | 
						|
    "./package.json": "./package.json"
 | 
						|
  },
 | 
						|
  "main": "./lib/index.cjs",
 | 
						|
  "module": "./src/index.js",
 | 
						|
  "types": "./types",
 | 
						|
  "directories": {
 | 
						|
    "lib": "lib",
 | 
						|
    "test": "test"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "all": "npm-run-all clean lint build test",
 | 
						|
    "build": "rollup -c",
 | 
						|
    "postbuild": "node scripts/postbuild.cjs",
 | 
						|
    "ci": "npm test",
 | 
						|
    "clean": "rimraf lib coverage .nyc_output",
 | 
						|
    "clean:all": "npm-run-all clean clean:node_modules",
 | 
						|
    "clean:node_modules": "rimraf node_modules",
 | 
						|
    "coverage": "c8 -r text -r html npm run test:ci",
 | 
						|
    "lint": "eslint --ext .js .",
 | 
						|
    "prepublishOnly": "npm run all",
 | 
						|
    "readme": "markedpp --githubid -i README.md -o README.md",
 | 
						|
    "test": "npm-run-all test:ci test:ts",
 | 
						|
    "test:ci": "mocha",
 | 
						|
    "test:ts": "dtslint types"
 | 
						|
  },
 | 
						|
  "mocha": {
 | 
						|
    "checkLeaks": true,
 | 
						|
    "colors": true
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "astronomia": "^4.1.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "c8": "^7.11.3",
 | 
						|
    "dtslint": "^4.2.1",
 | 
						|
    "eslint": "^8.16.0",
 | 
						|
    "eslint-config-standard": "^17.0.0",
 | 
						|
    "eslint-plugin-import": "^2.26.0",
 | 
						|
    "eslint-plugin-n": "^15.2.0",
 | 
						|
    "eslint-plugin-promise": "^6.0.0",
 | 
						|
    "mocha": "^10.0.0",
 | 
						|
    "npm-run-all": "^4.1.5",
 | 
						|
    "rimraf": "^3.0.2",
 | 
						|
    "rollup": "^2.74.1",
 | 
						|
    "typescript": "^4.6.4"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=12.0.0"
 | 
						|
  }
 | 
						|
}
 |