You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
webcad-api/package.json

12 lines
220 B

{
"name": "cadapi",
"version": "0.0.3",
"description": "",
"main": "api.esm.js",
"module": "api.esm.js",
"types": "types/api.d.ts",
"private": true,
"author": "cx",
"license": "ISC"
}