File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
"build:browser" : " npx babel lib/evee.js --out-file dist/browser/index.js --env-name=browser" ,
12
12
"test" : " npx mocha test.js" ,
13
13
"bench" : " node benchmark.js" ,
14
- "test-dev" : " npm run-script build && npm run-script test" ,
15
- "bench-dev" : " npm run-script build && npm run-script bench" ,
16
- "prepublish" : " npm run-script build"
14
+ "test-dev" : " npm run build && npm run test" ,
15
+ "bench-dev" : " npm run build && npm run bench" ,
16
+ "prepublish" : " npm run build"
17
17
},
18
18
"exports" : {
19
19
"import" : " ./dist/esm/index.js" ,
22
22
"files" : [
23
23
" lib" ,
24
24
" dist" ,
25
- " index.js " ,
26
- " examples/tonic.js "
25
+ " README.md " ,
26
+ " LICENSE.md "
27
27
],
28
28
"repository" : {
29
29
"type" : " git" ,
36
36
" subscribe" ,
37
37
" async"
38
38
],
39
- "author" : " SplittyDev " ,
39
+ "author" :
" Marco Quinten <[email protected] > " ,
40
40
"license" : " MIT" ,
41
41
"bugs" : {
42
42
"url" : " https://github.com/SplittyDev/evee.js/issues"
43
43
},
44
- "homepage" : " https://github.com/SplittyDev/evee.js#readme " ,
44
+ "homepage" : " https://github.com/SplittyDev/evee.js" ,
45
45
"devDependencies" : {
46
46
"@babel/cli" : " ^7.24.6" ,
47
47
"@babel/core" : " ^7.24.6" ,
You can’t perform that action at this time.
0 commit comments