projectinfo/test/package.json

17 lines
348 B
JSON
Raw Permalink Normal View History

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