-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.1 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
{
"name": "@transitive-robotics/robot-lock",
"version": "0.1.22",
"description": "Let's you \"lock\" a robot, indicating to team members that you are using it.",
"author": "Javier Lurgo",
"keywords": ["lock"],
"license": "Apache-2.0",
"main": "main.js",
"scripts": {
"test": "jest --watch *.test.js",
"start": "./subScript",
"preinstall": "./subScript",
"install": "./subScript",
"postinstall": "./subScript",
"prepare": "transitiveDev web",
"prepack": "transitiveDev prepack",
"cloud": "npm --prefix cloud start",
"dev:start": "transitiveDev tmux",
"dev:install": "npm --prefix robot install"
},
"devDependencies": {
"@transitive-sdk/utils-caps": "^0.2.10",
"@transitive-sdk/utils-web": "^0.12.2",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-bootstrap": "^2.10.10",
"react-dom": "^17.0.2",
"react-web-component-style-loader": "^0.1.4-alpha"
},
"transitiverobotics": {
"title": "Robot Lock",
"videos": [
"https://www.youtube.com/embed/JEM1em9vlNU"
]
},
"config": {
"versionNamespace": "minor"
}
}