@bionamic/3d
Version:
Bionamic 3d
63 lines • 1.45 kB
JSON
{
"name": "@bionamic/3d",
"version": "1.1.9",
"author": "Bionamic",
"license": "ISC",
"description": "Bionamic 3d",
"keywords": [
"PDB"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bionamic/main.git"
},
"bugs": {
"url": "https://github.com/bionamic/main/issues"
},
"homepage": "https://github.com/bionamic/main#readme",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"package.json",
"CHANGELOG.md",
"README.md",
"dist",
"!dist/**/*.test.*"
],
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "Khabib Pakdel",
"email": "khabib.pakdel@bionamic.io"
},
{
"name": "Chayan Kumar Saha",
"email": "chayan.saha@bionamic.io"
}
],
"dependencies": {
"lit": "2.7.6",
"three": "0.155.0",
"@bionamic/body": "4.0.2"
},
"devDependencies": {
"@types/node": "20.4.5",
"@types/three": "0.155.0",
"rimraf": "5.0.1",
"rome": "nightly",
"typescript": "5.1.6"
},
"scripts": {
"clean": "rimraf ./dist",
"build": "npm run clean && tsc",
"format-check": "rome format src",
"format-apply": "rome format --write src",
"lint-check": "rome check src",
"lint-apply": "rome check --apply src",
"test": "node --test",
"check": "npm run format-check && npm run lint-check && npm run build && npm run test"
}
}