actual/packages/mobile/nodejs-assets/nodejs-project/sample-package.json

12 lines
340 B
JSON
Raw Normal View History

2022-04-29 02:44:38 +00:00
{
"//":
["Rename this sample file to package.json to use on your project."
, "The sample-package.json file will be overwritten in updates/reinstalls."
],
"name": "sample-node-project",
"version": "0.0.1",
"description": "node part of the project",
"main": "main.js",
"author": "janeasystems",
"license": ""
}