]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "logizomai", | |
3 | "version": "XXX", | |
4 | "license": "AGPL-3.0", | |
5 | "author": { | |
6 | "name": "Jay Freeman (saurik)", | |
7 | "email": "saurik@saurik.com", | |
8 | "url": "http://www.saurik.com/", | |
9 | }, | |
10 | "description": "Deterministic Finalization via Reference Counting", | |
11 | "repository": { | |
12 | "type": "git", | |
13 | "url": "https://git.saurik.com/logizomai.git", | |
14 | }, | |
15 | "scripts": { | |
16 | "build": "tsc", | |
17 | "lint": "tslint --project .", | |
18 | "prepare": "npm run build && npm run lint", | |
19 | }, | |
20 | "main": "dist/index.js", | |
21 | "types": "dist/index.d.ts", | |
22 | "devDependencies": { | |
23 | "@types/node": "8.0.15", | |
24 | "browserify": "14.4.0", | |
25 | "tsify": "3.0.1", | |
26 | "typescript": "2.5.2", | |
27 | } | |
28 | } |