directive-to-hof
Version:
Transform directives into a higher order function
46 lines • 1.18 kB
JSON
{
"name": "directive-to-hof",
"version": "0.0.2",
"description": "Transform directives into a higher order function",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "cd ./test && bun run transform.ts && bun run code.post.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neplextech/directive-to-hof.git"
},
"keywords": [
"hof",
"directive",
"compile-time",
"plugin"
],
"author": "Twilight <hello@twlite.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/neplextech/directive-to-hof/issues"
},
"homepage": "https://github.com/neplextech/directive-to-hof#readme",
"devDependencies": {
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
"@types/node": "^22.10.2",
"typescript": "^5"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/generator": "^7.26.3",
"@babel/parser": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/traverse": "^7.26.4",
"@babel/types": "^7.26.3",
"@types/babel__core": "^7.20.5"
}
}