{
	"name": "ocsjs",
	"version": "4.12.37",
	"description": "ocs - online course script 在线网络课程辅助工具",
	"types": "./lib/src/core/index.d.ts",
	"main": "./lib/src/core/index.js",
	"files": [
		"lib",
		"dist"
	],
	"scripts": {
		"dev": "gulp -f ./scripts/dev-core.js & npm run changelog:simplify",
		"build": "gulp -f ./scripts/build-core.js",
		"tsc": "pnpm lint && gulp -f ./scripts/tsc.js",
		"lint": "pnpm format && eslint  ./packages --ext .ts,.tsx,.js,.jsx --fix",
		"format": "prettier -c ./.prettierrc.json  **/*.ts  **/*.js  **/*.css  --write",
		"release": "sh ./scripts/release.sh",
		"pub:minor": "npm version minor && pnpm build:core && npm publish",
		"pub:major": "npm version major && pnpm build:core && npm publish",
		"changelog:simplify": "gulp -f ./scripts/simplify_changelog.js",
		"changelog": "conventional-changelog -p angular -i CHANGELOG.md --same-file -r 0",
		"changelog:current": "conventional-changelog -p angular -o CHANGELOG_CURRENT.md -r 1",
		"init-commitizen": "commitizen init cz-conventional-changelog --save --save-exact"
	},
	"devDependencies": {
		"@html-eslint/eslint-plugin": "^0.15.0",
		"@types/node": "^17.0.16",
		"@typescript-eslint/eslint-plugin": "^5.19.0",
		"@typescript-eslint/parser": "^5.19.0",
		"browser-env": "^3.3.0",
		"conventional-changelog-cli": "^2.2.2",
		"cz-conventional-changelog": "^3.3.0",
		"del": "^6.0.0",
		"eslint": "^7.32.0",
		"eslint-config-prettier": "^8.5.0",
		"eslint-config-standard": "^16.0.3",
		"eslint-plugin-import": "^2.22.1",
		"eslint-plugin-node": "^11.1.0",
		"eslint-plugin-prettier": "^4.0.0",
		"eslint-plugin-promise": "^4.2.1",
		"eslint-plugin-vue": "^9.8.0",
		"gulp": "^4.0.2",
		"gulp-cli": "^2.3.0",
		"gulp-zip": "^5.1.0",
		"prettier": "^2.6.2",
		"typescript": "^4.5.5"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ocsjs/ocsjs.git"
	},
	"keywords": [
		"ocs",
		"script",
		"playwright",
		"puppeteer",
		"electron",
		"vue",
		"ant-design-vue",
		"typescript"
	],
	"author": "enncy",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/ocsjs/ocsjs/issues"
	},
	"homepage": "https://github.com/ocsjs/ocsjs#readme",
	"config": {
		"commitizen": {
			"path": "./node_modules/cz-conventional-changelog"
		}
	},
	"dependencies": {
		"@microsoft/tsdoc": "^0.14.2"
	}
}
