kstpl
Version:
Ksike Template Engine
62 lines (61 loc) • 1.44 kB
JSON
{
"name": "kstpl",
"version": "1.1.0",
"description": "Ksike Template Engine",
"types": "types/index.d.ts",
"exports": "./index.js",
"main": "./index.js",
"type": "commonjs",
"files": [
"src/*",
"types/*",
"index.js",
"LICENSE",
"README.md"
],
"directories": {
"doc": "doc"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"publish": "npm login && npm publish",
"type": "npx -p typescript tsc ./index.js --target ES2022 --module commonjs --declaration --allowJs --checkJs --emitDeclarationOnly --esModuleInterop --allowSyntheticDefaultImports --resolveJsonModule --outDir types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ameksike/kstpl.git"
},
"keywords": [
"Engine",
"Template",
"HTML",
"Twig",
"Ejs",
"Markdown",
"Ksike"
],
"author": {
"name": "Antonio Membrides Espinosa",
"email": "tonykssa@gmail.com",
"url": "https://github.com/ameksike"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ameksike/kstpl/issues"
},
"homepage": "https://github.com/ameksike/kstpl#readme",
"devDependencies": {
"jest": "^29.7.0",
"typescript": "^5.3.3"
},
"dependencies": {
"ejs": "^3.1.9",
"highlight.js": "^11.9.0",
"ksdp": "^1.3.4",
"markdown-it": "^14.0.0",
"marked": "^11.2.0",
"twig": "^1.17.1",
"twing": "^6.0.2"
}
}