yuksel-c2-interpolation
Version:
TS version of YukselC2Interpolation.
75 lines (74 loc) • 2.47 kB
JSON
{
"name": "yuksel-c2-interpolation",
"version": "1.1.2",
"description": "TS version of YukselC2Interpolation.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"start": "webpack-dev-server --config build/webpack.dev.conf.js --host local-ip --env",
"build": "yarn run build:clean && node build/build.js",
"test": "mocha -t 2000 test/**/**.test.ts",
"cover": "nyc --reporter=html yarn run test",
"build:clean": "rimraf ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikeKen-Ken/YukselC2Interpolation.git"
},
"files": [
"dist/index.d.ts",
"dist/index.js",
"LICENSE",
"README.md",
"package.json"
],
"author": "ChenKen",
"license": "ISC",
"keywords": [
"yukselC2Interpolation",
"Spline",
"C2"
],
"bugs": {
"url": "https://github.com/MikeKen-Ken/YukselC2Interpolation/issues"
},
"homepage": "https://github.com/MikeKen-Ken/YukselC2Interpolation#readme",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.2",
"@types/tween.js": "^18.6.1",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"bundle-declarations-webpack-plugin": "^4.0.1",
"chai": "^4.3.7",
"eslint": "^8.35.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-webpack-plugin": "^4.0.0",
"fs-extra": "^11.1.0",
"html-webpack-plugin": "^5.5.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.4",
"progress-bar-webpack-plugin": "^2.1.0",
"rimraf": "^4.1.2",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"typescript-declaration-webpack-plugin": "^0.2.2",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"peerdependencies": {
"@types/three": "^0.149.0",
"three": "^0.150.0"
}
}