-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "presi",
"version": "2.1.0",
"description": "Simplifying interfaces",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "jasmine-ts --config=jasmine.json",
"testtypes": "dtslint types",
"fix": "tslint --fix **/**.ts",
"compile": "tsc --listEmittedFiles",
"prepublishOnly": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tetranoir/presi.git"
},
"keywords": [
"typescript",
"serialization"
],
"author": "tetranoir",
"license": "MIT",
"bugs": {
"url": "https://github.com/tetranoir/presi/issues"
},
"homepage": "https://github.com/tetranoir/presi",
"devDependencies": {
"@types/jasmine": "^3.6.2",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"dtslint": "^4.0.6",
"eslint": "^7.18.0",
"install": "^0.13.0",
"jasmine": "^3.6.3",
"jasmine-spec-reporter": "^4.2.1",
"jasmine-ts": "^0.3.0",
"ts": "^0.2.2",
"ts-node": "^8.10.2",
"tsd": "^0.14.0"
},
"dependencies": {
"typescript": "^3.9.7"
}
}