-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.22 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": "spiky.js",
"version": "0.2.0",
"description": "This is a npm package for all the people that want to code their Spike Prime Robot with JavaScript. With this package you can convert JavaScript code to Python which can run on the robot. This package is still in development so there can be some bugs. If you find a bug please report it on the GitHub page. We are not connected to Lego® or the Spike Prime.",
"main": "dist/index.js",
"scripts": {
"convert": "node dist/index.js",
"build": "tsc -build && yarn"
},
"keywords": [],
"author": "Leon Anneken <lanneken09@gmail.com> (https://leontm.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/leontm-dev/spiky.js/issues"
},
"repository": {
"type": "git",
"directory": "src",
"url": "git+https://github.com/leontm-dev/spiky.js.git"
},
"maintainers": [
"Leon Anneken <lanneken09@gmail.com> (https://leontm.me)"
],
"pricing": "Free",
"readme": "https://github.com/leontm-dev/spiky.js/blob/master/readme.md",
"displayName": "spiky.js",
"devDependencies": {
"@types/node": "^20.10.8",
"typescript": "^5.0.4"
},
"categories": [
"Education",
"Programming Languages",
"Testing",
"Other"
]
}