-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1.01 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
34
35
36
37
{
"scripts": {
"test": "echo \"no tests\"",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"contributors:check": "all-contributors check",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"name": "win-cross-dev",
"description": "[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors)",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"snyk": "^1.1293.0",
"all-contributors-cli": "^6.26.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/george-haddad/win-cross-dev.git"
},
"keywords": [
"windows",
"cross",
"platform",
"development",
"dev"
],
"author": "George El Haddad",
"license": "FDL-1.3",
"bugs": {
"url": "https://github.com/george-haddad/win-cross-dev/issues"
},
"homepage": "https://github.com/george-haddad/win-cross-dev#readme",
"snyk": true
}