-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "yavascript",
"version": "0.0.0-git",
"main": "dist/index.js",
"author": "Lily Skye <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@danielx/civet": "^0.9.0",
"@iarna/toml": "^2.2.5",
"@suchipi/babel-highlight": "^7.22.6",
"@suchipi/macaroni": "^0.3.0",
"@suchipi/marked-terminal": "^5.2.0",
"@suchipi/print": "^2.5.0",
"@suchipi/quickjs": "^0.9.0",
"@suchipi/shinobi": "^1.0.1",
"@types/coffeescript": "^2.5.7",
"@types/jest": "^29.5.14",
"@types/minimatch": "^5.1.2",
"@types/node": "^22.10.1",
"@types/papaparse": "^5.3.15",
"a-mimir": "^1.0.1",
"babel-jest": "^29.7.0",
"chalk": "^4.1.2",
"clef-parse": "^0.6.0",
"coffeescript": "^2.7.0",
"first-base": "^1.5.0",
"globby": "^11.1.0",
"jest": "^29.7.0",
"kame": "^0.14.0",
"kleur": "^4.1.5",
"marked": "^5.1.2",
"minimatch": "^5.1.0",
"papaparse": "^5.4.1",
"path-less-traveled": "^2.1.0",
"pheno": "^0.12.0",
"prettier": "^2.8.8",
"resolve-everything": "^0.1.2",
"string-dedent": "^3.0.1",
"strip-ansi": "^6.0.1",
"sucrase": "^3.35.0",
"tmp": "^0.2.3",
"typescript": "^5.7.2",
"typescript-assert-utils": "^1.1.0",
"wrap-ansi": "^7.0.0",
"yaml": "^2.6.1"
},
"scripts": {
"build": "meta/build.sh",
"test": "jest --config=./meta/jest/config.js",
"typecheck": "tsc --noEmit --skipLibCheck"
},
"prettier": {}
}