This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
72 lines (72 loc) · 1.93 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "jawaskrip",
"version": "0.4.9",
"main": "program/main.js",
"engines": {
"node": ">=6.12.2"
},
"preferGlobal": true,
"bin": {
"jawaskrip": "bin/jawaskrip",
"jw": "bin/jawaskrip"
},
"scripts": {
"start": "node bin/jawaskrip",
"test": "jest && ./program/test.sh",
"coala": "coala --non-interactive",
"format": "eslint . --fix",
"build-windows": "npx pkg . --targets node16-win-x64 --output ./build/jawaskrip.exe"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"author": "indmind",
"license": "MIT",
"dependencies": {
"chalk": "^4.0.0",
"commander": "^7.0.0",
"death": "^1.1.0",
"js-beautify": "1.14.0",
"mkdirp": "^1.0.3",
"ncp": "^2.0.0",
"readline-sync": "^1.4.7",
"recursive-readdir-sync": "^1.0.6"
},
"directories": {
"doc": "docs",
"example": "example",
"lib": "lib"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^7.2.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^26.0.1",
"pmock": "^0.2.3",
"prettier": "1.18.2",
"rimraf": "^3.0.0"
},
"description": "something useless",
"repository": {
"type": "git",
"url": "git+https://github.com/indmind/jawaskrip.git"
},
"keywords": [
"javacript",
"jwsl",
"jw",
"jawascript",
"indonesia",
"indo",
"jawaskrip",
"javaskrip"
],
"bugs": {
"url": "https://github.com/indmind/jawaskrip/issues"
},
"homepage": "https://github.com/indmind/jawaskrip#readme"
}