mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
fix: build
This commit is contained in:
25
packages/collection-utils/package.json
Normal file
25
packages/collection-utils/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@openstapps/collection-utils",
|
||||
"version": "2.1.0",
|
||||
"scripts": {
|
||||
"build": "rimraf lib && tsc",
|
||||
"format": "prettier .",
|
||||
"format:fix": "prettier --write .",
|
||||
"test": "mocha --require ts-node/register test/*.spec.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "workspace:*",
|
||||
"@openstapps/eslint-config": "workspace:*",
|
||||
"@openstapps/prettier-config": "workspace:*",
|
||||
"@types/chai": "4.3.4",
|
||||
"@types/mocha": "10.0.1",
|
||||
"@types/node": "18.15.3",
|
||||
"chai": "4.3.7",
|
||||
"eslint": "8.33.0",
|
||||
"mocha": "10.2.0",
|
||||
"prettier": "2.8.3",
|
||||
"rimraf": "4.4.0",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "4.4.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user