-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 742 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
{
"name": "mama-lang",
"version": "0.1.6",
"description": "mama aida akta heavvyyy joss akta programming language mama",
"main": "index.js",
"scripts": {
"test": "jest",
"format": "prettier --write ."
},
"bin": {
"mama": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahnafyy/mama-lang.git"
},
"keywords": [
"javascript",
"programming-language",
"parser",
"interpreter",
"bengali"
],
"author": "Ahnaf Prio",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ahnafyy/mama-lang/issues"
},
"homepage": "https://github.com/ahnafyy/mama-lang#readme",
"devDependencies": {
"jest": "^29.7.0",
"prettier": "^3.2.4"
}
}