зеркало из
1
0
Форкнуть 0
sharepoint-recurring-events/package.json

49 строки
1.4 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

{
"name": "@microsoft/sharepoint-recurring-events",
"version": "0.0.1",
"author": "Microsoft Corporation",
"license": "MIT",
"description": "Help work with recurring events in SharePoint",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/sharepoint-recurring-events.git"
},
"main": "lib/index.js",
"scripts": {
"start": "node ./lib/index.js",
"build": "just build",
"bundle": "",
"clean": "just clean",
"lint": "eslint . --ext .ts,.tsx",
"package-solution": "",
"serve": "",
"silent-test": "jest --config=./jest.config.js --reporters=\"jest-junit\" --coverageReporters=\"cobertura\"",
"test": "just test"
},
"dependencies": {},
"devDependencies": {
"eslint": "7.5.0",
"@typescript-eslint/eslint-plugin": "3.7.0",
"@typescript-eslint/parser": "3.7.0",
"@typescript-eslint/eslint-plugin-tslint": "3.7.0",
"gulp-eslint": "6.0.0",
"@types/jest": "^25.2.3",
"@types/lodash": "4.14.168",
"lodash": "4.17.21",
"jest": "^25.5.4",
"jest-junit": "^11.1.0",
"jest-standard-reporter": "1.0.4",
"just-scripts": "^0.44.2",
"just-task": "^0.17.0",
"rimraf": "^2.6.3",
"ts-jest": "^25.5.1",
"tslint": "^5.9.1",
"typescript": "~3.7.2",
"webpack-stream": "^5.2.1"
},
"jest-junit": {
"outputDirectory": "./jest/",
"outputName": "junit.xml"
}
}