-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
38
39
40
{
"name": "grulang",
"version": "0.0.1",
"description": "We are going to steal The Moon",
"main": "src/gruc.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GruGang/GruLang.git"
},
"author": {
"name": "GruGang",
"url": "https://github.com/GruGang"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/GruGang/GruLang/issues"
},
"homepage": "https://github.com/GruGang/GruLang#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.7.2",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.4.1",
"eslint-plugin-import": "^2.26.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.0",
"fs-extra": "^10.1.0",
"ts-node": "^10.9.1"
}
}