UNPKG

@warp-drive/build-config

Version:

Provides Build Configuration for projects using WarpDrive or EmberData

63 lines 1.61 kB
{ "name": "@warp-drive/build-config", "version": "5.6.0", "description": "Provides Build Configuration for projects using WarpDrive or EmberData", "keywords": [ "ember-data", "warp-drive" ], "repository": { "type": "git", "url": "git+ssh://git@github.com:emberjs/data.git", "directory": "warp-drive-packages/build-config" }, "license": "MIT", "author": "Chris Thoburn <runspired@users.noreply.github.com>", "type": "module", "files": [ "dist", "declarations", "CHANGELOG.md", "README.md", "LICENSE.md", "logos" ], "exports": { ".": { "types": "./declarations/index.d.ts", "default": "./dist/index.js" }, "./*.cjs": { "default": "./dist/*.cjs" }, "./*": { "types": "./declarations/*.d.ts", "default": "./dist/*.js" } }, "dependencies": { "@embroider/macros": "^1.16.12", "@embroider/addon-shim": "^1.9.0", "babel-import-util": "^2.1.1", "semver": "^7.7.1" }, "devDependencies": { "@warp-drive/internal-config": "5.6.0", "@types/babel__core": "^7.20.5", "@types/node": "^20.17.32", "@babel/plugin-transform-typescript": "^7.27.0", "@babel/preset-typescript": "^7.27.0", "@babel/core": "^7.26.10", "typescript": "^5.8.3", "vite": "^7.0.0" }, "volta": { "extends": "../../package.json" }, "scripts": { "build:pkg": "vite build; vite build -c ./vite.config-cjs.mjs;", "sync": "echo \"syncing\"", "_temporarily_deactivated_lint": "eslint . --quiet --cache --cache-strategy=content", "start": "vite" } }