-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 929 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
{
"name": "digital-data-encoder",
"version": "1.0.0",
"description": "Visulally illustrative digital data encoder utlizing various line encoding schemes.",
"scripts": {
"start": "parcel ./index.html --no-cache",
"predeploy": "rm -rf ./build && parcel build index.html --no-source-maps --dist-dir ./build --public-url /digital-data-encoder/",
"deploy": "gh-pages -d ./build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ai-zubair/digital-data-encoder.git"
},
"author": "Zubair Bashir",
"license": "ISC",
"bugs": {
"url": "https://github.com/ai-zubair/digital-data-encoder/issues"
},
"homepage": "https://github.com/ai-zubair/digital-data-encoder#readme",
"dependencies": {
"gh-pages": "^3.1.0",
"parcel": "^2.0.0-beta.1",
"typescript": "^3.9.7"
},
"browserslist": [
"last 2 version"
],
"devDependencies": {
"sass": "^1.26.10"
}
}