-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "@mparticle/js-models",
"version": "0.0.2-alpha.3",
"description": "A collection of api models for mParticle Services",
"contributors": [
"Alexander Sapountzis <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/mparticle/js-models/"
},
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"clean": "lerna run clean",
"build": "lerna run build",
"lint": "lerna run lint",
"test": "lerna run test",
"pub": "lerna publish"
},
"pre-commit": [
"lint",
"bootstrap",
"build",
"test"
],
"private": true,
"devDependencies": {
"@types/faker": "^4.1.8",
"@types/jest": "^24.0.23",
"gts": "^1.1.2",
"faker": "^4.1.0",
"jest": "^24.9.0",
"lerna": "^3.19.0",
"pre-commit": "^1.2.2",
"prettier": "^1.19.1",
"ts-jest": "^24.1.0",
"ts-node": "^8.5.2",
"tslib": "^1.10.0",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
}
}