UNPKG

@farmfe/runtime

Version:
37 lines 725 B
{ "name": "@farmfe/runtime", "version": "0.12.10", "description": "Runtime of Farm", "author": { "name": "bright wu", "email": "1521488775@qq.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": { "@types/node": "^18.0.1", "typescript": "^4.7.4" }, "dependencies": { "core-js": "^3.30.1" }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.build.json", "type-check": "tsc -p tsconfig.json --noEmit" } }