forked from ScientaNL/graph-serializer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.26 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.26 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
48
49
50
51
52
53
{
"author": {
"name": "Syslogic"
},
"bugs": {
"url": "https://github.com/SyslogicNL/graph-serializer/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Typescript serializer for converting betweet JSON data and Object graphs",
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"mocha": "^6.2.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"directories": {
"test": "test"
},
"files": [
"dist"
],
"homepage": "https://github.com/SyslogicNL/graph-serializer#readme",
"keywords": [
"serializer",
"typescript",
"object",
"object",
"graph",
"decorators"
],
"license": "MIT",
"main": "dist/graph-serializer.js",
"name": "@syslogic/graph-serializer",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SyslogicNL/graph-serializer.git"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/_mocha --require ts-node/register ./test/**/*.ts",
"gulp": "gulp",
"build": "gulp build"
},
"version": "0.4.6",
"typings": "dist/graph-serializer.d.ts"
}