flecks/packages/dox/package.json
Ruben R 0ba45645ea
chore: release master (#12)
With a cherry on top...
2024-02-08 02:27:23 -06:00

35 lines
744 B
JSON

{
"name": "@flecks/dox",
"version": "4.0.2",
"author": "cha0s",
"license": "MIT",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
"lint": "flecks lint",
"postversion": "npm run build",
"test": "flecks test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/dox"
},
"publishConfig": {
"access": "public"
},
"files": [],
"dependencies": {
"@babel/core": "^7.17.2",
"@babel/traverse": "^7.17.0",
"@babel/types": "^7.17.0",
"@flecks/core": "^4.0.2",
"comment-parser": "^1.3.0",
"rimraf": "^5.0.5"
},
"devDependencies": {
"@flecks/build": "^4.0.2",
"@flecks/fleck": "^4.0.2"
}
}