32 lines
837 B
JSON
32 lines
837 B
JSON
{
|
|
"name": "@ccms/molang",
|
|
"version": "0.28.0-beta.8",
|
|
"description": "A fast parser for Minecraft's MoLang",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*.js",
|
|
"dist/**/*.ts",
|
|
"dist/**/*.map"
|
|
],
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"watch": "tsc --watch",
|
|
"build": "pnpm 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": "^18.17.15"
|
|
}
|
|
}
|