wallet-core/packages/pogen/example/proj1/package.json

15 lines
240 B
JSON
Raw Normal View History

2021-03-27 13:55:15 +01:00
{
"name": "proj1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2023-04-14 16:05:09 +02:00
"license": "ISC",
"pogen": {
"domain": "test"
}
2021-03-27 13:55:15 +01:00
}