29 lines
782 B
JSON
29 lines
782 B
JSON
{
|
|
"name": "carbon",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"watch": "sh -c 'while true; do echo -n \"Build started at \"; date; npm run build; inotifywait $(find src -type f) build.js spec.js package.json -e close_write -qq; done'",
|
|
"rebuild": "rm build -rf && node build.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"dompurify": "^2.2.0",
|
|
"highlight.js": "^10.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.1",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"browserify": "^17.0.0",
|
|
"chalk": "^4.1.0",
|
|
"http-server": "^0.12.3",
|
|
"jshint": "^2.12.0",
|
|
"node-fetch": "^2.6.0",
|
|
"pug": "^3.0.0",
|
|
"sass": "^1.26.10"
|
|
}
|
|
}
|