-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 879 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
36
{
"name": "at-bash",
"version": "1.0.0",
"description": "At Bash",
"targets": {
"modern": {
"engines": {
"browsers": "last 2 versions"
}
}
},
"outputFormat": "esmodule",
"scripts": {
"start": "parcel index.html",
"watch": "parcel watch index.html",
"demo:build": "parcel build --public-url ./ index.html --detailed-report 0 --no-source-maps",
"build": "parcel build index.html --no-content-hash --public-url ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/TroubleMacher/at-bash.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TroubleMacher/at-bash/issues"
},
"homepage": "https://TroubleMacher.github.io/at-bash/",
"dependencies": {
"bootstrap": "^5.3.0-alpha"
},
"devDependencies": {
"parcel": "^2.8.3",
"xo": "^0.54.1"
}
}