2022-09-02 23:31:55 -07:00
|
|
|
{
|
|
|
|
"name": "n0m-template-engine",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2022-09-04 12:53:04 -07:00
|
|
|
"module": "index.mjs",
|
2022-09-02 23:31:55 -07:00
|
|
|
"scripts": {
|
|
|
|
"start": "node cli.js",
|
2022-09-04 12:53:04 -07:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"make": "npx webpack && npx pkg .",
|
2022-09-05 14:22:08 -07:00
|
|
|
"install-binary": "sudo cp ./dist/n0m-template-engine /usr/local/bin/n0m"
|
2022-09-02 23:31:55 -07:00
|
|
|
},
|
|
|
|
"author": "",
|
2022-09-02 23:49:20 -07:00
|
|
|
"license": "MIT",
|
2022-09-03 21:18:42 -07:00
|
|
|
"dependencies": {
|
|
|
|
"tmp-promise": "^3.0.3"
|
2022-09-04 12:53:04 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"pkg": "^5.8.0",
|
|
|
|
"webpack": "^5.74.0",
|
|
|
|
"webpack-cli": "^4.10.0"
|
|
|
|
},
|
|
|
|
"bin": "dist/cli.js",
|
|
|
|
"pkg": {
|
|
|
|
"targets": [ "node18-linux" ],
|
|
|
|
"outputPath": "dist"
|
2022-09-03 21:18:42 -07:00
|
|
|
}
|
2022-09-02 23:31:55 -07:00
|
|
|
}
|