-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.32 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.32 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "spfxhelper",
"version": "4.1.0",
"description": "Bundle of core functions which can be used in every project",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@microsoft/sp-client-base": "~1.0.0",
"@microsoft/sp-core-library": "^1.12.1",
"@microsoft/sp-http": "^1.12.1",
"@microsoft/sp-odata-types": "^1.12.1"
},
"deprecated": false,
"devDependencies": {
"@microsoft/sp-module-interfaces": "~1.12.1",
"@microsoft/sp-build-web": "~1.12.1",
"gulp": "~4.0.1",
"typescript": "^4.4.3"
},
"type": "module",
"bundleDependencies": [],
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SumitKanchan4/SPFx.git"
},
"author": "Sumit Kanchan <Sumit.Kanchan04@live.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SumitKanchan4/SPFx/issues"
},
"homepage": "https://github.com/SumitKanchan4/SPFx#readme",
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"spfx",
"sharepoint",
"sharepoint online",
"sharepoint spfx",
"2016 sharepoint",
"sharepoint framework",
"spfx Helper",
"CRUD",
"operations",
"add",
"list",
"library",
"update",
"delete",
"REST",
"API"
]
}