@syncify/acquire
Version:
File require and import helper with TS Transform support
37 lines • 737 B
JSON
{
"name": "@syncify/acquire",
"version": "0.0.6",
"description": "File require and import helper with TS Transform support",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"src",
"dist",
"LICENSE"
],
"keywords": [
"syncify",
"config-file",
"bundle-require",
"acquire",
"build-file",
"import",
"esm",
"cjs",
"import config"
],
"author": {
"name": "Νικολας Σαββιδης",
"url": "https://github.com/panoply/syncify",
"email": "n.savvidis@gmx.com"
},
"license": "Apache-2.0",
"dependencies": {
"esbuild": "v0.25.2"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
}
}