-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
37
38
39
{
"name": "inpyjamas.github.io",
"version": "1.0.0",
"description": "W.I.P",
"scripts": {
"prebuild": "npm run build:repos:list",
"build": "eleventy",
"test": "inpyjamas-scripts test",
"build:repos:list": "ts-node -r dotenv/config src/scripts/repos.ts",
"start": "eleventy --serve",
"dev": "eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inpyjamas/inpyjamas.github.io.git"
},
"keywords": [],
"author": "Fabian Morón Zirfas",
"license": "MIT",
"bugs": {
"url": "https://github.com/inpyjamas/inpyjamas.github.io/issues"
},
"homepage": "https://github.com/inpyjamas/inpyjamas.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "0.12.1",
"@inpyjamas/scripts": "0.1.7-alpha",
"@types/dotenv": "8.2.0",
"@types/mock-fs": "4.13.0",
"@types/node-fetch": "2.5.10",
"cz-conventional-changelog": "3.3.0",
"dotenv": "8.6.0",
"node-fetch": "2.6.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}