-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.34 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
{
"name": "norwegian-numbers",
"version": "1.0.9",
"description": "Make and verify official Norwegian numbers like: KID-nummer, organisasjonsnummer, fødselsnummer, kontonummer.",
"main": "dist/norwegian-numbers.js",
"scripts": {
"build": "tsc",
"test": "nyc -e .ts --reporter=lcov --reporter=text mocha -r ts-node/register test/*",
"docs": "jsdoc dist README.md -d docs",
"dist": "npm run build && npm run test && npm run docs",
"coveralls": "nyc -e .ts --reporter=lcovonly mocha -r ts-node/register test/* && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ondkloss/norwegian-numbers.js.git"
},
"keywords": [
"kid-nummer",
"organisasjonsnummer",
"fødselsnummer",
"kontonummer"
],
"author": "Halvor Holsten Strand",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ondkloss/norwegian-numbers.js/issues"
},
"homepage": "https://ondkloss.github.io/norwegian-numbers.js",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/rewire": "^2.5.28",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"jsdoc": "^3.6.4",
"mocha": "^8.1.1",
"nyc": "^14.1.1",
"rewire": "^4.0.1",
"ts-node": "^8.1.0",
"typescript": "^3.4.5"
},
"dependencies": {}
}