-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 866 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 866 Bytes
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
{
"main": "index.js",
"scripts": {
"start": "node index.js",
"ts-start": "ts-node index.ts",
"watch": "nodemon index.ts",
"build": "rm -rf index.js index.js.map && tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DefinityTeam/website.git"
},
"author": "Definity",
"type": "commonjs",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/DefinityTeam/website/issues"
},
"homepage": "https://github.com/DefinityTeam/website#readme",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.1",
"https": "^1.0.0",
"i18n": "^0.13.3",
"yargs": "^17.2.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/i18n": "^0.13.1",
"@types/node": "^16.11.7",
"@types/yargs": "^17.0.5",
"nodemon": "^2.0.15",
"typescript": "^4.4.4"
}
}