-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 898 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
{
"name": "karanjitsingh.com",
"version": "1.0.0",
"description": "[karanjitsingh.com](http://karanjitsingh.com)",
"main": "index.js",
"scripts": {
"build:copy_static": "node ./tasks/copy.js",
"build:page": "./node_modules/.bin/tsc -p ./src/scripts/Content/tsconfig.json",
"build:preload": "./node_modules/.bin/tsc -p ./src/scripts/Preload/tsconfig.json",
"build": "npm run build:preload && npm run build:page && npm run build:copy_static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karanjitsingh/karanjitsingh.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/karanjitsingh/karanjitsingh.com/issues"
},
"homepage": "https://github.com/karanjitsingh/karanjitsingh.com#readme",
"dependencies": {
"@types/marked": "^0.7.2",
"@types/node": "^12.0.0",
"typescript": "^3.4.5"
}
}