mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"name": "@steedos/node-red-app-template",
|
|
"version": "2.1.72",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"pub_next": "npm publish --tag next --registry https://registry.npmjs.org"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"private": false
|
|
}
|