UNPKG

@farmfe/runtime-plugin-import-meta

Version:

Runtime Import Meta plugin of Farm

36 lines 736 B
{ "name": "@farmfe/runtime-plugin-import-meta", "version": "0.2.3", "description": "Runtime Import Meta plugin of Farm", "author": { "name": "Ming07", "email": "q502489978@live.com" }, "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "keywords": [ "farm", "farm runtime plugin", "rust bundler", "build tool", "web bundler" ], "repository": { "type": "git", "url": "https://github.com/farm-fe/farm" }, "devDependencies": { "@farmfe/runtime": "0.12.10" }, "dependencies": { "core-js": "^3.30.1" }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.build.json", "type-check": "tsc -p tsconfig.json --noEmit" } }