-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "esy-language",
"version": "1.3.6",
"description": "Esy is a new JS preprocessor allows you to use custom block structures.",
"main": "src/index.js",
"scripts": {
"test": "cd tests; node test.js"
},
"author": "Slye Develoment Team",
"license": "MIT",
"dependencies": {
"fs": "0.0.1-security",
"glob": "^7.1.2",
"javascript-obfuscator": "^0.9.4",
"js-beautify": "^1.6.14",
"md5": "^2.2.1",
"mkdirp": "^0.5.1",
"node-version-compare": "^1.0.1",
"pretty-error": "^2.1.0",
"readline": "^1.3.0",
"rimraf": "^2.6.1",
"uglify-es": "^3.0.17",
"yargs": "^8.0.2"
},
"bin": {
"esy": "./bin/esy"
},
"devDependencies": {
"colors": "^1.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Slye-team/esy-language.git"
},
"keywords": [
"Esy",
"Slye",
"compiler",
"javascript",
"language",
"blocks"
],
"bugs": {
"url": "https://github.com/Slye-team/esy-language/issues"
},
"homepage": "https://github.com/Slye-team/esy-language#readme"
}