-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.37 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
{
"name": "@personnummer/generate",
"version": "1.0.3",
"description": "Generate Swedish Personal Identity Numbers",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types",
"repository": {
"type": "git",
"url": "git://github.com/personnummer/js-generate.git"
},
"files": [
"dist/**/*"
],
"engines": {
"node": "^18.18.0 || >=20.0.0"
},
"scripts": {
"build": "pine build",
"format": "prettier --write 'src/**/*.ts'",
"lint": "eslint src --ext .ts",
"test": "pine test",
"prepublishOnly": "npm run build"
},
"keywords": [
"personnummer",
"personal",
"identity",
"social",
"security",
"numbers",
"generator",
"generate"
],
"author": {
"name": "Personnummer and Contributors",
"email": "[email protected]",
"url": "https://personnummer.dev"
},
"license": "MIT",
"devDependencies": {
"@frozzare/pkg": "^1.0.7",
"@pinefile/pine": "^2.0.3",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"is-ci": "^4.1.0",
"prettier": "^3.4.2",
"personnummer": "^3.2.1",
"rimraf": "^6.0.1",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/personnummer"
}
}