-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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": "@dboneslabs/mpr",
"version": "0.0.1",
"description": "mapper lib, maps source to destination",
"main": "index.js",
"scripts": {
"runtests": "mocha ./test --colors --recursive",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/dboneslabs/mpr.git"
},
"keywords": [
"mapper",
"automapper",
"mpr",
"object-mapper",
"json-mapper",
"json-typescript",
"json-class",
"viewmodel",
"spa",
"single-page-application",
"dto",
"deep-copy",
"copy"
],
"author": "dbones labs",
"license": "Apache-2.0",
"homepage": "https://bitbucket.org/dboneslabs/mpr#readme",
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^5.2.6",
"chai": "^4.1.2",
"gulp": "^4.0.0",
"gulp-bump": "^3.1.3",
"gulp-clean": "^0.4.0",
"gulp-mocha": "^6.0.0",
"gulp-typescript": "^5.0.1",
"mocha": "^6.0.2",
"typescript": "^3.4.2",
"yargs": "^13.2.2"
},
"dependencies": {
"reflect-metadata": "^0.1.10"
}
}