16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"name": "testpackage",
|
|
"version": "1.0.0",
|
|
"description": "some test",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/someuser/somerepo.git"
|
|
},
|
|
"main": "test.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT"
|
|
}
|