actual/packages/mobile/nodejs-assets/nodejs-project/sample-package.json
2022-04-28 22:44:38 -04:00

12 lines
340 B
JSON

{
"//":
["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": ""
}