-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.28 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
57
58
59
60
{
"name": "lys",
"version": "0.1.11-beta.0",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"lys": "dist/bin.js"
},
"scripts": {
"prepublish": "make build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lys-lang/lys.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/lys-lang/lys/issues"
},
"homepage": "https://github.com/lys-lang/lys#readme",
"prettier": {
"semi": true,
"singleQuote": true,
"printWidth": 120
},
"dependencies": {
"@webassemblyjs/ast": "1.11.1",
"@webassemblyjs/wast-printer": "1.11.1",
"arg": "^4.1.3",
"binaryen": "^100.0.0",
"ebnf": "^1.9.0",
"wabt": "^1.0.30"
},
"devDependencies": {
"@types/git-rev-sync": "^1.12.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^10.0.0",
"@types/node": "^16.18.2",
"@types/node-fetch": "^2.5.7",
"@types/semver": "^6.2.1",
"expect": "^29.2.2",
"git-rev-sync": "^3.0.2",
"glob": "^7.1.6",
"mocha": "^10.1.0",
"moment": "^2.29.4",
"node-fetch": "^2.6.0",
"nyc": "^15.1.0",
"semver": "^6.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"files": [
"LICENSE",
"dist",
"stdlib"
]
}