-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 894 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
{
"name": "newsletter",
"version": "1.0.0",
"description": "Newsletter template",
"main": "dist/index.html",
"scripts": {
"dev": "parcel serve src/index.pug --dist-dir .cache",
"build": "parcel build src/index.pug --public-url ./ && node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abh1nash/newsletter-template.git"
},
"author": "Abhinash Khatiwada",
"license": "MIT",
"bugs": {
"url": "https://github.com/abh1nash/newsletter-template/issues"
},
"homepage": "https://github.com/abh1nash/newsletter-template#readme",
"devDependencies": {
"@parcel/transformer-pug": "^2.0.0-nightly.690",
"@parcel/transformer-sass": "^2.0.0-nightly.690",
"autoprefixer": "^9.8.6",
"juice": "^8.0.0",
"parcel": "^2.0.0-beta.3.1",
"pug": "^3.0.2"
}
}