realm-object-server
Version:
16 lines (14 loc) • 352 B
JSON
{
"name": "my-ros-app",
"version": "1.0.0",
"description": "My new ROS App",
"main": "src/index.js",
"scripts": {
"build": "rm -rf dist; ./node_modules/.bin/tsc",
"clean": "rm -rf dist",
"start": "npm run build && node dist/index.js"
},
"devDependencies": {
"typescript": "^3.3.3"
}
}