UNPKG

apply-ref

Version:
32 lines (31 loc) 635 B
{ "name": "apply-ref", "version": "1.0.0", "main": "dist/apply-ref.cjs.js", "module": "dist/apply-ref.esm.js", "files": [ "src", "dist" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mitchellhamilton/apply-ref.git" }, "keywords": [ "react", "ref", "resolve" ], "devDependencies": { "@babel/core": "^7.7.5", "@babel/preset-env": "^7.7.6", "@babel/preset-typescript": "^7.7.4", "@preconstruct/cli": "^2.0.0", "@types/react": "^16.9.16", "typescript": "^3.7.3" }, "scripts": { "prepublishOnly": "preconstruct build" } }