-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.1 KB
/
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
{
"name": "overwolf-dev-mock",
"version": "0.0.1",
"description": "overwolf dev mock creates a overwolf window object outside the overwolf application, this code helps to create and test applications that use the window.overwolf object in a browser without causing development time errors.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"deploy": "npm run prepare && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbericoD/overwolf-dev-mock.git"
},
"keywords": [],
"author": "Albérico Dias Barreto Filho",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlbericoD/overwolf-dev-mock/issues"
},
"homepage": "https://github.com/AlbericoD/overwolf-dev-mock#readme",
"dependencies": {
"@overwolf/types": "^2.22.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@AlbericoD"
}
}