-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 918 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 918 Bytes
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
40
41
42
43
{
"name": "jeomlang",
"version": "1.7.6",
"description": "점 유니코드 문자만으로 프로그래밍하는 난해한 프로그래밍 언어",
"main": "core/engine.js",
"bin": {
"jeom": "core/cli.js"
},
"files": [
"core/",
"stdlib/",
"README.md",
"README_en.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node core/cli.js repl",
"cli": "node core/cli.js"
},
"keywords": [
"esolang",
"esoteric",
"language",
"unicode",
"interpreter",
"jeomlang",
"JEOMLANG",
"jeom",
"점"
],
"author": "minirang",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/minirang/jeomlang.git"
},
"bugs": {
"url": "https://github.com/minirang/jeomlang/issues"
},
"homepage": "https://jeomlang.vercel.app/",
"type": "commonjs"
}