30 lines
822 B
JSON
30 lines
822 B
JSON
{
|
|
"name": "@ccms/molang",
|
|
"version": "0.18.0",
|
|
"description": "A fast parser for Minecraft's MoLang",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"watch": "tsc --watch",
|
|
"build": "yarn clean && tsc",
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/solvedDev/MoLang.git"
|
|
},
|
|
"author": "solvedDev",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/solvedDev/MoLang/issues"
|
|
},
|
|
"homepage": "https://github.com/solvedDev/MoLang#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.17",
|
|
"rimraf": "^3.0.2",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|