-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 835 Bytes
/
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
{
"name": "royalscript",
"version": "1.0.6",
"description": "A functional programming language with mutable data thats Royal!",
"main": "Main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jweinst1/Royalscript.git"
},
"preferGlobal": true,
"bin": {
"royalscript": "Main.js"
},
"keywords": [
"functional",
"programming",
"language",
"compiler",
"interpreter",
"scheme"
],
"author": "Joshua Weinstein <[email protected]> (https://github.com/jweinst1)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jweinst1/Royalscript/issues"
},
"homepage": "https://github.com/jweinst1/Royalscript#readme",
"devDependencies": {
"@types/core-js": "^0.9.35"
}
}