mirror of
https://github.com/HeyPuter/puter.git
synced 2026-07-30 10:51:26 +00:00
14 lines
752 B
JSON
14 lines
752 B
JSON
{
|
|
"name": "@heyputer/putility",
|
|
"version": "1.1.1",
|
|
"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": "MIT"
|
|
}
|