forked from microsoft/immersive-reader-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 866 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 866 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
30
31
{
"name": "@microsoft/immersive-reader-sdk",
"version": "1.1.0",
"homepage": "https://github.com/Microsoft/immersive-reader-sdk",
"license": "MIT",
"main": "lib/immersive-reader-sdk.js",
"types": "lib/immersive-reader-sdk.d.ts",
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^12.12.14",
"jest": "^26.0.0",
"replace-in-file": "^3.4.4",
"ts-jest": "^26.0.0",
"ts-loader": "^5.3.3",
"tslint": "^5.14.0",
"tslint-loader": "^3.5.4",
"tslint-microsoft-contrib": "^6.1.0",
"typescript": "^3.8",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"build:details": "webpack --config webpack.config.js --display-error-details",
"prepublish": "yarn build",
"test": "jest"
},
"jest": {
"preset": "ts-jest"
}
}