Files
projectinfo/test/package.json

17 lines
348 B
JSON
Raw Normal View History

2016-02-20 05:05:07 +01:00
{
"name": "testpackage",
"version": "1.0.0",
"description": "some test",
2022-04-18 22:16:46 +02:00
"type": "module",
2016-02-23 08:48:41 +01:00
"repository": {
"type": "git",
"url": "git+https://github.com/someuser/somerepo.git"
},
2016-02-20 05:05:07 +01:00
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lossless GmbH",
"license": "MIT"
}