mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2024-11-28 18:45:46 -05:00
32 lines
800 B
JSON
32 lines
800 B
JSON
|
{
|
||
|
"name": "prismarine-template",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A template repository to make it easy to create new prismarine repo",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "jest --verbose",
|
||
|
"pretest": "npm run lint",
|
||
|
"lint": "standard",
|
||
|
"fix": "standard --fix"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/PrismarineJS/prismarine-template.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"prismarine",
|
||
|
"template"
|
||
|
],
|
||
|
"author": "Romain Beaumont",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/PrismarineJS/prismarine-template/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/PrismarineJS/prismarine-template#readme",
|
||
|
"devDependencies": {
|
||
|
"jest": "^26.1.0",
|
||
|
"prismarine-template": "file:.",
|
||
|
"standard": "^16.0.1"
|
||
|
}
|
||
|
}
|