-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 915 Bytes
/
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
38
39
40
41
{
"name": "@pipcook/plugins-bayesian-model-define",
"version": "1.1.0",
"description": "",
"main": "dist/index",
"types": "dist/index",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean && npm run compile",
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@pipcook/boa": "^1.1.0",
"@pipcook/pipcook-core": "^1.1.0"
},
"gitHead": "53e131a069b3112a74ae5d99aa1ab08bec768c7e",
"devDependencies": {
"@types/jasmine": "^3.5.7",
"nyc": "14.1.1"
},
"publishConfig": {
"access": "public"
},
"pipcook": {
"category": "modelDefine",
"datatype": "text"
},
"conda": {
"python": "3.7",
"dependencies": {
"jieba": "0.42.1",
"scikit-learn": "0.23.2"
}
}
}