-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 926 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@mauriora/model-announcement-extended",
"version": "0.2.3",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"sharepoint"
],
"engines": {
"node": ">=14.16.0"
},
"scripts": {
"lint": "eslint .",
"build": "eslint . && tsc --build",
"rebuild": "eslint . && tsc --build --clean && tsc --build",
"clean": "tsc --build --clean"
},
"dependencies": {
"@mauriora/controller-sharepoint-list": "^0.2.6",
"class-transformer": "^0.5.1",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@mauriora/eslint-config-ts": "0.0.1",
"@mauriora/package-tools": "^0.1.2",
"@types/webpack-env": "1.17.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/typescript-estree": "^5.27.0",
"eslint": "^7.32.0",
"typescript": "~4.5.5"
}
}