-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.25 KB
/
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
{
"name": "@collboard-templates/sample-art-tool-attribute-module",
"version": "0.3.348",
"description": "Simple sample module for Collboard.com with the art (object on the board), tool, and attribute",
"license": "Apache-2.0",
"contributors": [
"Pavol Hejný <[email protected]> (https://collboard.com/-/about/team)",
"Jonáš Rosecký <[email protected]> (https://collboard.com/-/about/team)"
],
"repository": {
"type": "git",
"url": "https://github.com/collboard/sample-art-tool-attribute-module"
},
"private": false,
"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.13.6100",
"tslint": "6.1.3",
"xyzt": "5.4.3"
},
"funding": [
{
"type": "individual",
"url": "https://buymeacoffee.com/hejny"
},
{
"type": "github",
"url": "https://github.com/collboard/sample-art-tool-attribute-module/blob/main/README.md#%EF%B8%8F-contributing"
}
]
}