-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 944 Bytes
/
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
{
"author": "Austin Cheney",
"bugs": {
"url": "https://github.com/Unibeautify/sparser/issues"
},
"dependencies": {
"@types/node": "^12.7.1"
},
"description": "A simple parse format for everything.",
"devDependencies": {
"ace-builds": "1.4.5",
"ws": "^7.1.2"
},
"directories": {
"test": "test"
},
"homepage": "https://sparser.io/",
"keywords": [
"parser",
"lexer",
"framework",
"universal",
"language",
"parse",
"table"
],
"license": "CC0-1.0",
"main": "js/parse.js",
"name": "sparser",
"repository": {
"type": "git",
"url": "git+https://github.com/Unibeautify/sparser.git"
},
"scripts": {
"prepublishOnly": "node js/services test",
"start": "node js/services build",
"test": "node js/services test"
},
"version": "1.4.12"
}