-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@collabo-community/building-blocks",
"version": "0.0.0",
"description": "The Building blocks framework repos is a collection of libraries and/or ideas, built to help achieve a predictable, structured and perfomant style of writing code. The ideology behind building blocks is also being developed to include non-code settings.",
"main": "@blocksTS/index.ts",
"types": "@blocksTS/index.d.ts",
"files": [],
"scripts": {
"blocks:ts": "",
"blocks:ts:npx": "npx tsc",
"blocks:ts:clean": "del-cli @blocksTS index.js index.d.ts",
"blocks:ts:build": "npm-run-all --sequential blocks:ts:clean blocks:ts:npx"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"chalk": "^4.1.0",
"del-cli": "^6.0.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.3"
},
"homepage": "https://github.com/collabo-community/building-blocks#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/collabo-community/building-blocks.git"
},
"bugs": {
"url": "https://github.com/collabo-community/issue-tickets-ready-for-fixing/issues"
},
"author": "Collabo Community [Code Collabo]",
"license": "AGPL v3.0",
"contributors": [
"Find list of contributors in project README: https://github.com/collabo-community/building-blocks?tab=readme-ov-file#contributors"
]
}