Carbon/package.json

30 lines
903 B
JSON
Raw Permalink Normal View History

2020-10-11 13:25:53 +00:00
{
"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"
2020-10-11 13:25:53 +00:00
},
"keywords": [],
"author": "",
2020-10-20 11:30:35 +00:00
"license": "AGPL-3.0-only",
2020-10-26 08:10:02 +00:00
"dependencies": {
2020-10-11 13:25:53 +00:00
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
2020-10-26 09:30:57 +00:00
"browserify": "^17.0.0",
2020-10-11 13:25:53 +00:00
"chalk": "^4.1.0",
2020-11-25 12:10:54 +00:00
"discord-markdown": "git+https://git.sr.ht/~cadence/nodejs-discord-markdown#5ad8046d8d62a7fb8047e1a697c3848744d4e64d",
2020-11-07 10:33:49 +00:00
"dompurify": "^2.2.0",
"highlight.js": "^10.3.2",
2020-10-11 13:25:53 +00:00
"http-server": "^0.12.3",
"jshint": "^2.12.0",
"node-fetch": "^2.6.0",
"pug": "^3.0.0",
"sass": "^1.26.10"
},
"devDependencies": {}
2020-10-11 13:25:53 +00:00
}