mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2026-01-03 15:34:47 +00:00
22 lines
489 B
JSON
22 lines
489 B
JSON
{
|
|
"name": "oa-scripts",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"install:clean": "node --loader ts-node/esm ./installClean.ts",
|
|
"post-build": "node --loader ts-node/esm ./postBuild.ts"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"dotenv": "^10.0.0",
|
|
"globby": "^11.0.2",
|
|
"mustache": "^4.2.0",
|
|
"oa-shared": "workspace:*",
|
|
"rimraf": "^5.0.5",
|
|
"ts-node": "^10.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/rimraf": "^3.0.2"
|
|
}
|
|
}
|