JSSTE/package.json
2021-05-23 16:12:47 +02:00

29 lines
655 B
JSON

{
"name": "jste",
"version": "1.0.0",
"description": "JSTF is a NodeJS-Module for rendering data in static HTML",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": " node .\\src\\index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucaspalomodevelop/JSTE.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lucaspalomodevelop/JSTE/issues"
},
"homepage": "https://github.com/lucaspalomodevelop/JSTE#readme",
"dependencies": {
"jsdom": "^16.5.3"
},
"devDependencies": {
"assert": "^2.0.0",
"chai": "^4.3.4",
"mocha": "^8.4.0"
}
}