-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.63 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "best-poller",
"version": "0.1.0",
"description": "the optimistic object data control.",
"main": "dist/index.common.js",
"types": "dist/typings/index.d.ts",
"scripts": {
"clean": "rimraf ./dist",
"build": "npm run clean && npm run lint && node scripts/build.js",
"dev": "m-sh 'npm run dev:tsc'",
"dev:tsc": "npm run clean && tsc -w",
"debug": "node --inspect-brk dist/index.js",
"lint": "tslint --project tsconfig.json --format stylish",
"prepublish": "npm test",
"test": "npm run lint && npm run build && npm run jasmine",
"jasmine": "istanbul cover jasmine-node test"
},
"dependencies": {
"tslib": "1.x.x"
},
"devDependencies": {
"@types/node": "^9.6.5",
"ghooks": "^2.0.2",
"istanbul": "^0.4.5",
"jasmine-node": "^1.14.5",
"lodash.merge": "^4.6.1",
"multi-shell": "^1.0.3",
"rimraf": "*",
"rollup": "^0.58.0",
"rollup-plugin-typescript2": "^0.13.0",
"tslint": "5.x.x",
"tslint-config-standard": "7.x.x",
"typescript": "2.x.x",
"uglify-js": "^3.3.21"
},
"config": {
"ghooks": {
"pre-commit": "sh scripts/pre-commit.sh"
}
},
"engines": {
"node": ">=6"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/height/best-poller.git"
},
"bugs": {
"url": "https://github.com/height/best-poller/issues"
},
"homepage": "https://github.com/height/best-poller#readme",
"directories": {
"test": "test"
},
"keywords": [
"best",
"poller",
"polling",
"promise",
"typescript",
"javascript",
"ts",
"interval"
],
"author": "linkjun"
}