UNPKG

@sdk-usage/core

Version:
59 lines 1.29 kB
{ "name": "@sdk-usage/core", "version": "0.0.0-next-167ead5", "description": "sdk-usage core functionalities", "keywords": [ "analyze", "analyzer", "inspect", "scan", "monitor", "sonar", "usage", "jsx", "react", "api" ], "homepage": "https://github.com/adbayb/sdk-usage/tree/main/packages/core#readme", "bugs": { "url": "https://github.com/adbayb/sdk-usage/issues" }, "repository": { "type": "git", "url": "https://github.com/adbayb/sdk-usage.git", "directory": "libraries/core" }, "license": "MIT", "author": "Ayoub Adib <adbayb@gmail.com>", "sideEffects": false, "type": "module", "exports": { ".": { "source": "./src/index.ts", "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs", "default": "./dist/index.mjs" } }, "files": [ "dist" ], "dependencies": { "@open-vanilla/visitor": "^1.0.0", "@swc/core": "^1.9.2", "fdir": "^6.4.2" }, "devDependencies": { "@types/node": "22.9.0", "quickbundle": "2.8.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "scripts": { "build": "quickbundle build", "watch": "quickbundle watch" } }