2024-01-29 09:26:07 +08:00

52 lines
1.5 KiB
JSON

{
"name": "treemate",
"version": "0.3.11",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
"sideEffects": false,
"files": [
"es",
"lib"
],
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.14",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.3.0",
"babel-jest": "^27.0.2",
"eslint": "^7.10.0",
"eslint-config-standard": "^16.0.1",
"eslint-config-standard-with-typescript": "21.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^5.1.1",
"jest": "^27.0.4",
"prettier": "2.5.1",
"typescript": "^4.0.3",
"vitepress": "^0.22.0"
},
"scripts": {
"build": "tsc --project tsconfig.build.esm.json && tsc --project tsconfig.build.cjs.json ",
"lint": "prettier --write src/**/* docs/* *.js && eslint --fix \"./src/**/*.ts\"",
"release": "npm run build && npm publish",
"test": "jest --coverage",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/07akioni/treemate.git"
},
"author": "07akioni",
"license": "MIT",
"bugs": {
"url": "https://github.com/07akioni/treemate/issues"
},
"homepage": "https://github.com/07akioni/treemate#readme"
}