tm-lang/package.json

16 lines
264 B
JSON

{
"name": "sehn-tm-language",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
"build": "node build.js"
},
"author": "James Dyson",
"license": "MIT",
"dependencies": {
"js-yaml": "^3.12.0",
"plist": "^3.0.1"
}
}