54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "eslint-plugin-office-addins",
|
|
"version": "4.0.3",
|
|
"description": "eslint plugin for office-addins",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin"
|
|
],
|
|
"author": "OfficeDev",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "rimraf lib && tsc -p tsconfig.json",
|
|
"lint": "eslint src/**/*.{ts,tsx,js,jsx}",
|
|
"lint:fix": "eslint src/**/*.{ts,tsx,js,jsx} --fix",
|
|
"test": "jest"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-native": "^5.0.0",
|
|
"office-addin-prettier-config": "^2.0.1",
|
|
"prettier": "^3.2.5",
|
|
"requireindex": "~1.2.0",
|
|
"typescript": "^5.4.3",
|
|
"typescript-eslint": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^20.12.3",
|
|
"@typescript-eslint/rule-tester": "^8.0.0",
|
|
"jest": "^29.7.0",
|
|
"rimraf": "^6.0.1",
|
|
"ts-jest": "^29.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/OfficeDev/Office-Addin-Scripts"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/OfficeDev/Office-Addin-Scripts/issues"
|
|
},
|
|
"license": "MIT",
|
|
"gitHead": "0a83e04842c872533d72b043ebc55e9a6013f34e"
|
|
}
|