nfp_sites/nfp_is/package.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2023-11-05 05:37:29 +00:00
{
"name": "nfp_is",
2023-11-05 06:27:58 +00:00
"version": "1.0.3",
2023-11-05 05:37:29 +00:00
"port": 4220,
"description": "nfp.is website",
"main": "index.mjs",
"directories": {
"test": "test"
},
"scripts": {
"start": "node index.mjs",
"build": "asbundle app/index.js public/assets/app.js",
"dev:build": "npm-watch build",
"dev:server": "node index.mjs | bunyan",
"dev": "npm-watch dev:server"
},
"watch": {
"dev:server": {
"patterns": [
"api/*",
"base/*",
"../base/*"
],
"extensions": "js,mjs",
"quiet": true,
"inherit": true
}
},
"repository": {
"type": "git",
"url": "https://git.nfp.is/nfp/nfp_sites.git"
},
"author": "Jonatan Nilsson",
"license": "WTFPL",
"bugs": {
"url": "https://git.nfp.is/nfp/nfp_sites/issues"
},
"homepage": "https://git.nfp.is/nfp/nfp_sites",
"dependencies": {
2023-11-05 06:27:58 +00:00
"dot": "^2.0.0-beta.1",
2023-11-05 05:37:29 +00:00
"flaska": "^1.3.4",
2023-11-05 06:11:17 +00:00
"formidable": "^1.2.6",
2023-11-05 05:37:29 +00:00
"nconf-lite": "^2.0.0"
},
"devDependencies": {
"asbundle": "^2.6.1",
"mithril": "^2.2.3",
"service-core": "^3.0.0-beta.17"
}
}