@kcws/nx-plugin
Version:
nx plugins for public usage
37 lines • 812 B
JSON
{
"name": "@kcws/nx-plugin",
"description": "nx plugins for public usage",
"version": "0.0.1",
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"generators": "./generators.json",
"repository": {
"type": "git",
"url": "https://github.com/kc-workspace/kcws",
"directory": "packages/nx-plugins/public"
},
"homepage": "https://kcws.kamontat.net",
"keywords": [
"nx",
"nx-plugins",
"kcws",
"generators"
],
"author": {
"name": "Kamontat Chantrachirathumrong",
"email": "kcws@kamontat.net",
"url": "https://kamontat.net"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"@swc/helpers": "0.5.15"
},
"devDependencies": {},
"types": "./src/index.d.ts"
}