-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.17 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.17 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
{
"name": "@collboard/function-builder",
"version": "1.3.121",
"description": "Function builder was created at hackathon Robothon 2021 as a first external module for Collboard.com",
"license": "SEE LICENSE IN LICENSE",
"contributors": [
"Pavol Hejný <me@pavolhejny.com> (https://pavolhejny.com)",
"Jonáš Rosecký <jonas.rosecky@h-edu.cz> (https://xrosecky.cz)",
"Alena Firchová <alena.firchova@h-edu.cz>"
],
"homepage": "https://github.com/collboard/function-builder#readme",
"main": "./src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/collboard/function-builder"
},
"bugs": {
"url": "https://github.com/collboard/function-builder/issues"
},
"scripts": {
"start": "colldev develop",
"test": "colldev test",
"lint": "tslint -p tsconfig.json",
"preversion": "npm run lint && npm test",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@collboard/modules-sdk": "35.14.300",
"rxjs": "7.5.2",
"tslint": "6.1.3",
"waitasecond": "1.11.25",
"xyzt": "5.4.2"
}
}