-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.72 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.72 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
58
59
60
{
"name": "@bitfocusas/grafikk",
"version": "1.0.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "nodemon --exec node -r ts-node/register test.ts",
"testscript": "node -r ts-node/register test.ts",
"build:doc": "typedoc",
"build": "tsc -p tsconfig.json",
"test": "mocha -r ts-node/register src/tests/*.test.ts",
"lint": "tslint --project tsconfig.json --config tslint.json",
"lint-fix": "eslint --fix test.js index.js src",
"coverage": "nyc npm run test",
"prepare": "yarn run snyk-protect && yarn build",
"snyk-protect": "snyk protect"
},
"keywords": [],
"author": "William Viker <william@bitfocus.io>",
"license": "Closed Source",
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/debug": "^4.1.5",
"@types/mocha": "^5.2.7",
"@types/mock-fs": "^4.10.0",
"@types/node": "^12.11.1",
"chai": "^4.2.0",
"eslint": "^6.5.1",
"mocha": "^7.0.0",
"mock-fs": "^4.10.4",
"nodemon": "^2.0.3",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.1.0",
"socket.io": "^2.3.0",
"typedoc": "^0.16.9",
"socket.io-client": "^2.3.0",
"express": "^4.17.1",
"typescript": "^3.7.5"
},
"dependencies": {
"@julusian/freetype2": "^0.5.0-0",
"@types/bson": "^4.0.0",
"@types/lodash": "^4.14.144",
"@types/network-interfaces": "^1.1.0",
"@types/semver": "^6.0.2",
"@types/shortid": "0.0.29",
"debug": "^4.1.1",
"lodash": "^4.17.19",
"md5.js": "^1.3.5",
"path": "^0.12.7",
"varstruct": "^6.1.3",
"snyk": "^1.320.2"
},
"snyk": true
}