www.technation.sucks
Version:
The www.technation.sucks website.
49 lines (48 loc) • 1.31 kB
JSON
{
"name": "www.technation.sucks",
"version": "0.3.0",
"description": "The www.technation.sucks website.",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-build": "ALAMODE_ENV=test-build yarn test",
"lint": "eslint .",
"prod": "splendid-dev -s -p 5001",
"splendid": "splendid -s -p 5001",
"start": "splendid-dev -s -p 5001",
"dev": "splendid-dev -s -p 5001 -e dev",
"doc": "NODE_DEBUG=doc doc -o README.md",
"b": "alamode src -o build -s",
"d": "yarn-s d1",
"d1": "NODE_DEBUG=doc doc src/index.js -g",
"build": "yarn-s d b doc",
"e": "node example",
"example/": "yarn e example/example.js"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git://github.com/artdecoweb/www.technation.sucks.git"
},
"keywords": [
"technation.sucks",
"artdeco"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/artdecoweb/technation.sucks/issues"
},
"homepage": "https://www.technation.sucks",
"devDependencies": {
"@externs/preact": "^1.2.6",
"@lemuria/popup": "^1.1.1",
"highlight.js": "^9.15.10",
"preact": "^8.5.2",
"splendid": "^1.9.5"
}
}