forked from breck7/pldb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "pldb",
"version": "10.0.0",
"description": "PLDB: a Programming Language Database",
"main": "./pldb.json",
"scripts": {
"build": "./cli.js buildGrammarFile; scroll list | scroll build",
"test": "scroll list | scroll test",
"format": "scroll list | scroll format",
"open": "open index.html",
"up": "npm install scroll-cli@latest",
"gits": "./legacy.js crawlGits",
"githubs": "./legacy.js crawlGitHub",
"fetchContributors": "wget -O pages/contributors.json https://api.github.com/repos/breck7/pldb/contributors",
"cloc": "cloc --vcs git . --read-lang-def=code/clocLangs.txt",
"checkLinks": "linkinator -r https://pldb.io > ignore/brokenLinks.txt"
},
"prettier": {
"parser": "babel",
"useTabs": false,
"tabWidth": 2,
"semi": false,
"printWidth": 120,
"trailingComma": "none",
"arrowParens": "avoid",
"quoteProps": "as-needed"
},
"bin": {
"pldb": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/breck7/pldb.git"
},
"keywords": [
"programming languages"
],
"author": "Breck Yunits et al.",
"files": [
"pldb.json"
],
"homepage": "https://pldb.io",
"devDependencies": {
"dayjs": "^1.11.7",
"jtree": "^75.2.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.34.1",
"numeral": "^2.0.6",
"scroll-cli": "^93.0.0"
}
}