-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 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
{
"name": "bigsemantics-core.js",
"version": "3.0.10",
"description": "The core JavaScript library of BigSemantics.",
"main": "build/bigsemantics-core.js",
"types": "build/bigsemantics-core.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc && webpack --mode development",
"build": "tsc && webpack --mode production",
"clean": "rm -rf build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecologylab/BigSemanticsJavaScript.git"
},
"keywords": [
"semantics",
"extraction"
],
"author": "Interface Ecology Lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecologylab/BigSemanticsJavaScript/issues"
},
"homepage": "https://github.com/ecologylab/BigSemanticsJavaScript#readme",
"dependencies": {
"@types/bluebird": "^3.5.25",
"@types/chrome": "^0.0.78",
"@types/filesystem": "^0.0.29",
"@types/filewriter": "^0.0.28",
"bluebird": "^3.5.3",
"simpl.js": "^0.1.10",
"terser": "^3.14.1"
},
"devDependencies": {
"source-map-loader": "^0.2.4",
"typescript": "^3.3.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
}
}