{ "name": "@autoplex/restful", "version": "0.0.0", "main": "dist/lib/index.js", "types": "dist/typings/index.d.ts", "module": "src/index.ts", "license": "MIT", "scripts": { "build": "yarn run clean && tsc", "clean": "rimraf ./dist" } }