-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "bebop-bridge-shared",
"version": "1.0.3",
"license": "MIT",
"private": false,
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map",
"tslint": "tslint \"./src/**/*.ts\" -c \"./tasks/tslint.json\" -t verbose --project \"./tsconfig.json\"",
"tsc": "tsc",
"build": "npm run clean && npm run tslint && npm run tsc"
},
"dependencies": {
"async": "^2.1.5",
"fs-extra": "^2.0.0"
},
"devDependencies": {
"@types/async": "^2.0.38",
"@types/core-js": "0.9.36",
"@types/fs-extra": "2.0.0",
"@types/hammerjs": "^2.0.33",
"@types/jasmine": "^2.5.0",
"@types/node": "7.0.7",
"@types/source-map": "^0.5.0",
"awesome-typescript-loader": "~3.1.2",
"codelyzer": "^3.0.0-beta.3",
"concurrently": "^3.4.0",
"core-js": "^2.4.1",
"geolib": "^2.0.22",
"npm-run-all": "^4.0.2",
"rimraf": "~2.6.1",
"rxjs": "~5.2.0",
"ts-helpers": "1.1.2",
"ts-node": "^2.0.0",
"tslint": "~4.5.1",
"tslint-loader": "^3.3.0",
"typescript": "2.2.1"
}
}