mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-10 08:11:19 +00:00
14 lines
762 B
JSON
14 lines
762 B
JSON
{
|
|
"name": "@heyputer/putility",
|
|
"version": "1.0.2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start-webpack": "webpack ./index.js --output-filename putility.js --output-library putility && webpack ./index.js --output-filename putility.dev.js --output-library putility --watch --devtool source-map",
|
|
"build": "webpack ./index.js --output-filename putility.js --output-library putility && { echo \"// Copyright 2024-present Puter Technologies Inc. All rights reserved.\"; echo \"// Generated on $(date '+%Y-%m-%d %H:%M')\n\"; cat ./dist/putility.js; echo \"\"; } > temp && mv temp ./dist/putility.js"
|
|
},
|
|
"author": "Puter Technologies Inc.",
|
|
"license": "AGPL-3.0-only"
|
|
}
|