2022-02-25 04:58:08 -06:00
|
|
|
{
|
|
|
|
"name": "@flecks/fleck",
|
2024-01-16 00:28:20 -06:00
|
|
|
"version": "3.0.0",
|
2022-02-25 04:58:08 -06:00
|
|
|
"author": "cha0s",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"build": "flecks build",
|
|
|
|
"lint": "flecks lint",
|
2022-02-27 20:40:51 -06:00
|
|
|
"postversion": "cp package.json dist",
|
2022-02-25 04:58:08 -06:00
|
|
|
"test": "flecks test"
|
|
|
|
},
|
2024-01-23 21:28:15 -06:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/cha0s/flecks.git",
|
|
|
|
"directory": "packages/fleck"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2024-01-16 00:28:20 -06:00
|
|
|
"files": [],
|
2022-02-25 04:58:08 -06:00
|
|
|
"dependencies": {
|
2024-01-16 00:28:20 -06:00
|
|
|
"@flecks/core": "^3.0.0",
|
2022-02-28 00:00:39 -06:00
|
|
|
"babel-merge": "^3.0.0",
|
2022-02-25 04:58:08 -06:00
|
|
|
"chokidar": "^3.5.3",
|
2022-03-22 01:02:02 -05:00
|
|
|
"clear-module": "^4.1.2",
|
2022-02-25 04:58:08 -06:00
|
|
|
"debug": "^4.3.3",
|
|
|
|
"mocha": "^8.3.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-22 09:16:07 -06:00
|
|
|
"@flecks/build": "^3.0.0",
|
2022-02-25 04:58:08 -06:00
|
|
|
"chai": "4.2.0"
|
|
|
|
}
|
|
|
|
}
|