-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 867 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
33
34
{
"name": "screen-shake",
"version": "0.0.5",
"description": "Screen shake for JavaScript / TypeScript games.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "rm -rf dist && tsc",
"release": "npm run build && np --no-tests",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sajmoni/screen-shake.git"
},
"files": [
"dist"
],
"keywords": [],
"author": "sajmoni",
"license": "MIT",
"bugs": {
"url": "https://github.com/sajmoni/screen-shake/issues"
},
"homepage": "https://github.com/sajmoni/screen-shake#readme",
"prettier": "prettier-config-one",
"devDependencies": {
"np": "^7.7.0",
"prettier": "^2.8.8",
"prettier-config-one": "^0.1.1",
"tsconfig-one": "^0.0.4",
"typescript": "^5.0.4"
}
}