This repository was archived by the owner on Jun 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.37 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.37 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
{
"name": "@weltn24/la-casino-user",
"version": "1.1.3",
"description": "get user state on welt.de",
"author": "team loyalty",
"license": "ISC",
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/spring-media/la-CASino-user.git"
},
"bugs": {
"url": "https://github.com/spring-media/la-CASino-user/issues"
},
"homepage": "https://github.com/spring-media/la-CASino-user#readme",
"main": "lib/index.js",
"typings": "lib/typings/index.d.ts",
"scripts": {
"clean": "rimraf lib",
"lint": "tslint --force --format verbose \"src/**/*.ts\"",
"build": "npm run clean && npm run lint && echo Using TypeScript && tsc --version && tsc --pretty",
"test": "tsc --project tsconfig.test.json && mocha -r jsdom-global/register \"build/**/*.spec.js\"",
"test-ci": "supervisor -w src -x mocha -e js -n exit -- -r jsdom-global/register \"dist/**/*.spec.js\"",
"watch": "npm run build -- --watch"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "4.1.4",
"@types/mocha": "5.2.4",
"@types/node": "10.5.2",
"chai": "4.1.2",
"jsdom": "11.11.0",
"jsdom-global": "3.0.2",
"mocha": "5.2.0",
"rimraf": "2.6.2",
"tslint": "5.10.0",
"typescript": "2.9.2"
}
}