-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
31 lines (31 loc) · 973 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
{
"name": "jessica",
"version": "0.0.2",
"description": "Jessica - the Jessie Compiler Architecture",
"scripts": {
"build": "build.bat",
"check-types": "tsc",
"test": "build.bat&&check.bat"
},
"author": "Michael FIG <michael@fig.org>",
"license": "Apache-2.0",
"dependencies": {
"@agoric/jessie": "file:unpublished/agoric-jessie-0.2.0.tgz",
"@michaelfig/slog": "0.0.1",
"@types/agoric__harden": "file:unpublished/types-agoric__harden-1.0.0.tgz",
"@types/agoric__jessie": "file:unpublished/types-agoric__jessie-1.0.0.tgz",
"@types/michaelfig__slog": "file:unpublished/types-michaelfig__slog-1.0.0.tgz"
},
"devDependencies": {
"tslint": "^5.13.0",
"typescript": "^3.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelfig/jessica.git"
},
"bugs": {
"url": "https://github.com/michaelfig/jessica/issues"
},
"homepage": "https://github.com/michaelfig/jessica#readme"
}