-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1007 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "bounded-sine",
"version": "0.0.2",
"description": "Math.sin, but better.",
"homepage": "https://github.com/mracette/bounded-sine#bounded-sine",
"keywords": ["gamedev", "generative", "art", "creative", "math", "utilities"],
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "rm -rf ./dist/* && tsc"
},
"author": "Mark Racette",
"license": "MIT",
"devDependencies": {
"@mracette/eslint-config": "^0.0.10",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.20",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-tsdoc": "^0.2.10",
"eslint-plugin-unused-imports": "^1.1.1",
"jest": "^27.4.7",
"prettier": "^2.2.1",
"ts-jest": "^27.1.3",
"typescript": "^4.1.3"
}
}