-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.25 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
{
"author": "Brielle Harrison <nyteshade at gmail.com>",
"browser": "dist/@nyteshade/ne-historical.bundle.0.0.1.js",
"dependencies": {},
"description": "",
"devDependencies": {
"@jest/expect": "^29.7.0",
"esbuild": "^0.19.10",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-localstorage-mock": "^2.4.26",
"prompts": "^2.4.2",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
},
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/cjs/index.js"
}
},
"iifeGlobalName": "",
"jest": {
"setupFiles": [
"jest-localstorage-mock"
],
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
},
"verbose": true
},
"keywords": [
"javascript",
"browser",
"localStorage"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"name": "@nyteshade/ne-historical",
"optionalDependencies": {
"@angular/core": "^14.3.0"
},
"peerDependencies": {
"rxjs": "^7.8.1"
},
"scripts": {
"browser": "bin/esbuild",
"build": "bin/clean && bin/esbuild && bin/build",
"clean": "bin/clean",
"module": "bin/build",
"test": "jest"
},
"type": "module",
"version": "0.0.1"
}