@eeue56/coed
Version:
Write HTML in pure TS
41 lines (40 loc) • 1.12 kB
JSON
{
"name": "@eeue56/coed",
"version": "0.0.16-1",
"description": "Write HTML in pure TS",
"main": "build/coed.js",
"typings": "build/coed.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"watch": "tsc -w -p tsconfig.json",
"format": "npx prettier --write .",
"test": "npx @eeue56/bach",
"docs": "npx @eeue56/geiriadur"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eeue56/coed.git"
},
"keywords": [
"typescript",
"elm",
"html",
"hiraeth"
],
"author": "eeue56",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eeue56/coed/issues"
},
"homepage": "https://github.com/eeue56/coed#readme",
"dependencies": {
"@eeue56/ts-core": "^1.1.0",
"@types/node": "^14.14.31",
"typescript": "^4.2.2"
},
"devDependencies": {
"@eeue56/bach": "^0.0.10",
"@eeue56/geiriadur": "^0.0.2",
"prettier": "git+https://github.com/eeue56/prettier.git#feat/spacing-around-square-brackets"
}
}