-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 764 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 764 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
{
"name": "nullvariable.com",
"version": "2.0.0",
"description": "nullvariable.com — AI & Web Consulting",
"type": "module",
"homepage": "https://nullvariable.com",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --no-cache",
"upload": "node upload.js"
},
"author": "Doug Cone <nullvariable+nospam@gmail.com> (https://dougcone.com/)",
"license": "CC-BY-SA-4.0",
"repository": {
"type": "git",
"url": "https://github.com/nullvariable/nullvariable.git"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.16.4",
"@parcel/transformer-webmanifest": "^2.16.4",
"dotenv": "^16.4.0",
"parcel": "^2.12.0",
"posthtml-include": "^1.6.0",
"sharp": "^0.33.5"
}
}