ObjToSchematic/Editor/package.json
2023-10-06 18:32:47 +01:00

20 lines
343 B
JSON

{
"name": "ots-editor",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ots-core": "file:../Core"
}
}