ttf-api
Version:
The TrueToForm API SDK
28 lines (27 loc) • 550 B
JSON
{
"name": "ttf-api",
"version": "0.3.21",
"description": "The TrueToForm API SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "webpack",
"prepublishOnly": "npm run build"
},
"keywords": [
"sdk",
"browser",
"scans",
"fit predictions"
],
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"jest": "^29.7.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}