-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 1001 Bytes
/
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
{
"name": "silex-meta",
"version": "1.0.0",
"description": "Meta repo for Silex development",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/silexlabs/silex-meta.git"
},
"engines": {
"node": ">=16"
},
"keywords": [
"contribution",
"silex",
"website builder",
"Silex website builder"
],
"author": "lexoyo",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/silexlabs/silex-meta#readme",
"scripts": {
"start": "node packages/Silex/",
"count": "cloc packages --exclude-dir node_modules,doc,strapi,test,dist,mock --exclude-ext=md,xml,pug,njk,ini,scss,css,json,svg,yaml,yml,html",
"doc": "scripts/generate-submodules-doc.js | scripts/insert-in-readme.js submodules && $npm_execpath run count | scripts/insert-in-readme.js count --code",
"exec": "scripts/exec.js"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"cloc": "^2.0.0-cloc",
"js-ini": "^1.6.0"
}
}