-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 834 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 834 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
{
"name": "@sosml/webworker",
"version": "1.5.1",
"description": "A webworker to run sosml-interpreter",
"files": [
"build/*.js",
"build/*.d.ts"
],
"main": "build/webworker.js",
"scripts": {
"build": "webpack --mode=development",
"dist": "webpack --mode=production",
"cilint": "tslint -c tslint.json 'src/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SOSML/SOSML-webworker.git"
},
"author": "The SOSML Developers",
"license": "GPL-3.0",
"devDependencies": {
"@sosml/interpreter": "^1.6.11",
"@types/node": "^14.14.22",
"ts-loader": "^8.0.14",
"tslint": "^6.1.3",
"typescript": "^4.1.3",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0"
}
}