-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
69 lines (69 loc) · 1.74 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
60
61
62
63
64
65
66
67
68
69
{
"name": "@warp-drive/build-config",
"version": "0.0.0-alpha.59",
"description": "Provides Build Configuration for projects using WarpDrive or EmberData",
"keywords": [
"ember-data",
"warp-drive"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:emberjs/data.git",
"directory": "packages/build-config"
},
"license": "MIT",
"author": "Chris Thoburn <[email protected]>",
"scripts": {
"build:infra": "vite build; vite build -c ./vite.config-cjs.mjs;",
"prepack": "bun run build:infra"
},
"type": "module",
"files": [
"dist",
"unstable-preview-types",
"CHANGELOG.md",
"README.md",
"LICENSE.md",
"NCC-1701-a.svg",
"NCC-1701-a-blue.svg"
],
"exports": {
".": {
"types": "./unstable-preview-types/index.d.ts",
"default": "./dist/index.js"
},
"./*.cjs": {
"default": "./dist/*.cjs"
},
"./*": {
"types": "./unstable-preview-types/*.d.ts",
"default": "./dist/*.js"
}
},
"dependencies": {
"@embroider/macros": "^1.16.6",
"@embroider/addon-shim": "^1.8.9",
"babel-import-util": "^2.1.1",
"broccoli-funnel": "^3.0.8",
"semver": "^7.6.3"
},
"devDependencies": {
"@warp-drive/internal-config": "workspace:5.4.0-alpha.122",
"@types/babel__core": "^7.20.5",
"@types/node": "^20.14.2",
"@babel/plugin-transform-typescript": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@babel/core": "^7.24.5",
"pnpm-sync-dependencies-meta-injected": "0.0.14",
"typescript": "^5.4.5",
"bun-types": "^1.1.30",
"vite": "^5.2.11"
},
"engines": {
"node": ">= 18.20.4"
},
"volta": {
"extends": "../../package.json"
},
"packageManager": "[email protected]"
}