-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 965 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 965 Bytes
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
{
"name": "spjsomfluent",
"version": "0.1.31",
"dependencies": {},
"private": false,
"homepage": "https://github.com/TjWheeler/spJsomFluent",
"devDependencies": {
"@types/jquery": "^3.3.29",
"@types/sharepoint": "^2016.1.2",
"ts-loader": "^5.4.4",
"typescript": "^3.4.5",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-concat-plugin": "^3.*.*",
"dts-bundle": "^0.7.3"
},
"scripts": {
"debug": "webpack --config webpack.config.js --mode development",
"prepare": "webpack --config webpack.config.js --mode production",
"release": "npm version patch && webpack --config webpack.config.js --mode production",
"dev": "webpack --config webpack.config.js --mode development --watch"
},
"keywords": [],
"author": "Tim Wheeler (http://timwheeler.io)",
"license": "MIT",
"main": "./dist/spJsomFluent.umd.js",
"types": "./dist/index.d.ts",
"description": ""
}