Updated
This commit is contained in:
36
package.json
Normal file
36
package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "minecraft-bedrock-schemas",
|
||||
"version": "1.0.0",
|
||||
"description": "The unit test for minecraft-bedrock-schemas",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -r ts-node/register '**/*.test.ts'",
|
||||
"update": "npm update && npm audit fix"
|
||||
},
|
||||
"repository": {
|
||||
"compile": "tsc -b",
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Blockception/Minecraft-bedrock-json-schemas.git"
|
||||
},
|
||||
"keywords": [
|
||||
"unittest"
|
||||
],
|
||||
"author": "Blockception ltd",
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Blockception/Minecraft-bedrock-json-schemas/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Blockception/Minecraft-bedrock-json-schemas#readme",
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.21",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"chai": "^4.3.4",
|
||||
"json-loader": "^0.5.7",
|
||||
"mocha": "^9.0.3",
|
||||
"ts-loader": "^9.2.5",
|
||||
"ts-node": "^10.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user