-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 754 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 754 Bytes
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
{
"name": "localstoragetype",
"author": "vst-h",
"license": "MIT",
"version": "1.0.5",
"keywords": [
"localStorage",
"TypeScript",
"type",
"JSON"
],
"description": "Provides more precise types for localStorage and support for using JSON",
"homepage": "https://github.com/vst-h/LocalStorageType#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vst-h/LocalStorageType.git"
},
"bugs": {
"url": "https://github.com/vst-h/LocalStorageType/issues"
},
"main": "index.ts",
"scripts": {
"jest": "jest"
},
"jest": {
"preset": "ts-jest"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.4.7",
"ts-jest": "^27.1.4",
"typescript": "^4.7"
}
}