-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 KB
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": "yavascript",
"version": "0.0.0-git",
"main": "dist/index.js",
"author": "Lily Skye <me@suchipi.com>",
"license": "MIT",
"devDependencies": {
"@danielx/civet": "^0.11.1",
"@iarna/toml": "^2.2.5",
"@suchipi/dtsmd": "^1.4.0",
"@suchipi/macaroni": "^0.3.0",
"@suchipi/print": "^2.5.0",
"@suchipi/quickjs": "^0.10.2",
"@suchipi/shinobi": "^1.4.3",
"@types/coffeescript": "^2.5.7",
"@types/minimatch": "^5.1.2",
"@types/node": "^24.7.2",
"@types/papaparse": "^5.5.2",
"a-mimir": "^1.0.1",
"clef-parse": "^0.6.0",
"coffeescript": "^2.7.0",
"json5": "^2.2.3",
"kame": "^1.16.0",
"kleur": "^4.1.5",
"mark-applier": "^0.5.2",
"mdtocs": "^1.0.5",
"minimatch": "^5.1.0",
"nice-path": "^3.2.2",
"papaparse": "^5.5.3",
"path-less-traveled": "^2.2.1",
"pheno": "^1.13.0",
"prettier": "^3.7.4",
"resolve-everything": "^0.1.2",
"string-dedent": "^3.0.2",
"strip-ansi": "^6.0.1",
"sucrase": "^3.35.1",
"typescript": "^5.9.3",
"typescript-assert-utils": "^1.1.0",
"yaml": "^2.8.2"
},
"scripts": {
"build": "meta/build.sh",
"test": "cd meta/tests && npm run test --",
"typecheck": "tsc --noEmit"
},
"prettier": {}
}