-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 810 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 810 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": "sznn",
"version": "1.0.0",
"description": "High performance nerual network framework running on Web.",
"repository": "https://github.com/ShZh-libraries/sznn",
"author": "Sh-Zh-7",
"license": "Apache-2.0",
"private": false,
"scripts": {
"format": "prettier --write .",
"format-check": "prettier --check ",
"lint": "eslint --fix --ext .ts",
"lint-check": "eslint --ext .ts"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.1",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"nx": "14.1.7"
},
"dependencies": {
"fs": "^0.0.1-security",
"jimp": "^0.16.1",
"onnx-proto": "^8.0.1"
}
}