forked from Deyvid777/dozenvalues
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1021 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
{
"name": "dozenvalues",
"version": "5.0.0",
"description": "DozenValues is a political test that aims to map differing political perspectives onto six axes.",
"main": "index.html",
"scripts": {
"build": "tsc && node tools/render.js && sass src:dist",
"minified_build": "tsc && node tools/render.js && node tools/js-minifier.js && sass src:dist --style compressed",
"inline_build": "tsc && sass src:dist --style compressed --no-source-map && node tools/inline-builder.js",
"tsc_watch": "tsc --watch",
"sass_watch": "sass src:dist -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QUARK88/dozenvalues.git"
},
"keywords": [
"dozenvalues"
],
"author": "QUARK88",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/QUARK88/dozenvalues/issues"
},
"homepage": "https://github.com/QUARK88/dozenvalues#readme",
"devDependencies": {
"pug": "^3.0.2",
"sass": "^1.53.0",
"terser": "^5.14.1",
"typescript": "^4.7.4"
}
}