-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 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
{
"name": "random-int-list",
"version": "1.0.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha --reporter spec",
"tsc-init": "./node_modules/.bin/tsc --init",
"build": "./node_modules/.bin/tsc",
"watch": "./node_modules/.bin/tsc --watch",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@mugan86"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mugan86/random-int-ts-ci-co.git"
},
"keywords": [],
"author": "Anartz Mugika <[email protected]> (https://mugan86.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mugan86/random-int-ts-ci-co/issues"
},
"homepage": "https://github.com/mugan86/random-int-ts-ci-co#readme",
"dependencies": {
"@types/node": "^10.12.5",
"random-int": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"typescript": "^3.1.6"
}
}