35 lines
744 B
JSON
35 lines
744 B
JSON
{
|
|
"name": "@flecks/dox",
|
|
"version": "3.1.3",
|
|
"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": "^3.1.0",
|
|
"comment-parser": "^1.3.0",
|
|
"rimraf": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@flecks/build": "^3.1.3",
|
|
"@flecks/fleck": "^3.1.3"
|
|
}
|
|
}
|